Commit Graph

11 Commits (e0c9d7f8e05a64d4783a3499ec3c09c923beaf13)

Author SHA1 Message Date
Adam Treat 4bcc88b051 Convert the old format properly. 1 year ago
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 02c9bb4ac7 Restore the model when switching chats. 1 year ago
Adam Treat db094c5b92 More extensive usage stats to help diagnose errors and problems in the ui. 1 year ago
Adam Treat a7c02a52ca Don't block the GUI when reloading via combobox. 1 year ago
Adam Treat c217b7538a Generate names via llm. 1 year ago
Adam Treat d91dd567e2 Hot swapping of conversations. Destroys context for now. 1 year ago
Adam Treat 8b94a23253 Continue to shrink the API space for qml and the backend. 1 year ago
Adam Treat 385743b302 Consolidate these into single api from qml to backend. 1 year ago
Adam Treat 414a12c33d Major refactor in prep for multiple conversations. 1 year ago
Adam Treat bbffa7364b Add new C++ version of the chat model. Getting ready for chat history. 1 year ago