Open
Description
What is your question?
Trying to get an entirely local AI working on a 64gb RAM mac mini using llama3.2-vision and ollama. Goal is to do an initial cat essay.md | fabric -p custom_prompt
and return to that conversation later to take more turns. It is unclear how to do this. The initial command doesn't save anything in the sessions folder. So how can I set up fabric to start a conversation about an item and return to it later if I have follow-up questions?
Partially addressed with: #838.
Can anyone clarify whether it's necessary to pass the same prompt, for continuity sake?