Commit Graph

5 Commits (45d796743801d6e3f4d4e516655d99fa69226b72)

Author SHA1 Message Date
Adam Treat 3c30310539 Convert the old format properly. 1 year ago
Adam Treat f291853e51 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 c0d4a9d426 Continue to shrink the API space for qml and the backend. 1 year ago
Adam Treat e005ab8c0a Move the reset and id into the chat object. 1 year ago
Adam Treat d1e3198b65 Add new C++ version of the chat model. Getting ready for chat history. 1 year ago