Commit Graph

4 Commits (fc8c158fac1a6afde9a801c4f312276ec0adf3f1)

Author SHA1 Message Date
Adam Treat 01e582f15b First attempt at providing a persistent chat list experience.
Limitations:

1) Context is not restored for gpt-j models
2) When you switch between different model types in an existing chat
   the context and all the conversation is lost
3) The settings are not chat or conversation specific
4) The sizes of the chat persisted files are very large due to how much
   data the llama.cpp backend tries to persist. Need to investigate how
   we can shrink this.
1 year ago
Adam Treat 8b94a23253 Continue to shrink the API space for qml and the backend. 1 year ago
Adam Treat 75c8bf28a1 Move the reset and id into the chat object. 1 year ago
Adam Treat bbffa7364b Add new C++ version of the chat model. Getting ready for chat history. 1 year ago