Commit Graph

11 Commits (dfe85386b5a2e38ae438c5884b97a82dde77d341)

Author SHA1 Message Date
Adam Treat 9bd5609ba0 Deserialize one at a time and don't block gui until all of them are done. 1 year ago
Adam Treat ab13148430 The GUI should come up immediately and not wait on deserializing from disk. 1 year ago
Adam Treat 8d2c8c8cb0 Turn off saving chats to disk by default as it eats so much disk space. 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 f4f27fc38f Update the right index when removing. 1 year ago
Adam Treat f13f4f4700 Generate names via llm. 1 year ago
Adam Treat a62fafc308 Always have a chat. 1 year ago
Adam Treat 86132cfc8b Don't add new chats willy nilly. 1 year ago
Adam Treat 118e0bdc44 Allow removing chats. 1 year ago
Adam Treat 412cad99f2 Hot swapping of conversations. Destroys context for now. 1 year ago
Adam Treat a48226613c Turn the chat list into a model. 1 year ago