Commit Graph

16 Commits

Author SHA1 Message Date
Adam Treat
6ba0a1b693 Turn off saving chats to disk by default as it eats so much disk space. 2023-05-05 12:30:11 -04:00
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.
2023-05-04 15:31:41 -04:00
Adam Treat
db094c5b92 More extensive usage stats to help diagnose errors and problems in the ui. 2023-05-02 20:31:17 -04:00
Adam Treat
f8c3ae6cc7 Some more startup info to help determine what hardware we need to support. 2023-05-02 16:24:06 -04:00
Adam Treat
925ad70833 Turn the chat list into a model. 2023-05-01 17:13:20 -04:00
Adam Treat
414a12c33d Major refactor in prep for multiple conversations. 2023-05-01 09:10:05 -04:00
Adam Treat
cd41eb3280 Don't attempt to send shutdown which won't work anyway. 2023-04-29 11:07:14 -04:00
Adam Treat
869175bc06 Send optout for real and only once. 2023-04-29 11:05:44 -04:00
Adam Treat
812431f78d New startup dialog features. 2023-04-28 11:03:16 -04:00
Adam Treat
5c3c1317f8 Track check for updates. 2023-04-27 07:41:23 -04:00
Adam Treat
eafb98b3a9 Initial support for opt-in telemetry. 2023-04-26 22:05:56 -04:00
Adam Treat
ac9d9b9476 Add debugging code for ssl errors. 2023-04-24 17:52:19 -04:00
Adam Treat
243268b59a Disable ssl handshake for now. 2023-04-24 00:05:06 -04:00
Adam Treat
ee7a14ec45 Update the datalake support. 2023-04-23 21:05:38 -04:00
Adam Treat
876f0537b4 Perform a health check on the datalake before we enable network. 2023-04-23 07:35:38 -04:00
Adam Treat
b8fcd406dc New thumbs up/down support for gpt4all-datalake. 2023-04-22 22:09:14 -04:00