Commit Graph

5 Commits (280ad04c632f374441253aaf04c95cf5b7ec717b)

Author SHA1 Message Date
Adam Treat 280ad04c63 The GUI should come up immediately and not wait on deserializing from disk. 1 year ago
Adam Treat ec7ea8a550 Move the location of the chat files to the model download directory and add a magic+version. 1 year ago
Adam Treat 6ba0a1b693 Turn off saving chats to disk by default as it eats so much disk space. 1 year ago
Adam Treat c2a81e5692 Add about dialog. 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