Commit Graph

17 Commits (88a0ee35098004a6599949e7a1a699170ab94b28)

Author SHA1 Message Date
Adam Treat c054efa6ac Send info on how many are running into this error. 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 4a09f0f0ec More extensive usage stats to help diagnose errors and problems in the ui. 1 year ago
Adam Treat cb085a6418 Some more startup info to help determine what hardware we need to support. 1 year ago
Adam Treat a48226613c Turn the chat list into a model. 1 year ago
Adam Treat 4d87c46948 Major refactor in prep for multiple conversations. 1 year ago
Adam Treat c4d312ae11 Don't attempt to send shutdown which won't work anyway. 1 year ago
Adam Treat 8aed93daa5 Send optout for real and only once. 1 year ago
Adam Treat 43eef81ca8 New startup dialog features. 1 year ago
Adam Treat 386ce08fca Track check for updates. 1 year ago
Adam Treat ee5c58c26c Initial support for opt-in telemetry. 1 year ago
Adam Treat 1b0eac2870 Add debugging code for ssl errors. 1 year ago
Adam Treat fa9f4cca62 Disable ssl handshake for now. 1 year ago
Adam Treat fc34d1d3b2 Update the datalake support. 1 year ago
Adam Treat 3ef96b3ec5 Perform a health check on the datalake before we enable network. 1 year ago
Adam Treat 1f65e381ee New thumbs up/down support for gpt4all-datalake. 1 year ago