Commit Graph

59 Commits (fb464bb60ee9f5510dc3180b6a41c282abfa4dc7)

Author SHA1 Message Date
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
Adam Treat 078675386f Experiment with a much shorter default prompt template. 1 year ago
Adam Treat fec5093351 Don't exceed the window size for dialogs. 1 year ago
Adam Treat 005898b1bc Changes the datalake feature so all conversations are captured when opted-in. 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 745a8c3ac5 Provide a confirm button for deletion of chats. 1 year ago
Adam Treat 60acc18625 Use different border colors if we're current or being edited. 1 year ago
Adam Treat c217b7538a Generate names via llm. 1 year ago
Adam Treat 548e68ee0c Allow removing chats. 1 year ago
Adam Treat d91dd567e2 Hot swapping of conversations. Destroys context for now. 1 year ago
Adam Treat 925ad70833 Turn the chat list into a model. 1 year ago
Adam Treat 1b1c3f6333 Break out the drawer into own component. 1 year ago
Adam Treat 869175bc06 Send optout for real and only once. 1 year ago
Adam Treat 264408f5bd Always hardcode. 1 year ago
Adam Treat edbd48fe22 Require a direct choice for opt-in 1 year ago
Adam Treat 6bdd866b6d Always hardcode. 1 year ago
Adam Treat 90821b6581 Fixup. 1 year ago
Adam Treat a018a3176e Set the folder when the browse opens 1 year ago
Adam Treat 49d55dd295 Don't delete symlink unless we're uninstalling. 1 year ago
Aaron Miller c274a03fe7 use C locale for DoubleValidator
Closes https://github.com/nomic-ai/gpt4all-chat/issues/126
1 year ago
Adam Treat 812431f78d New startup dialog features. 1 year ago
Adam Treat ac2aba313a Fix settings dialog to use onClosed handler. 1 year ago
Aaron Miller d224d2a2f7 make download path in settings match dl dialog 1 year ago
Adam Treat 83f08b6c29 Small fix. 1 year ago
Adam Treat a6679b18bd Have to be able to change the download path from the download dialog and other fixes. 1 year ago
Adam Treat 6f94c7e84b Provide a description and make the downloader cleaner and prettier. 1 year ago
Adam Treat 317a37a240 Eliminate binding loop. 1 year ago
Adam Treat 9a42c5f321 Spelling. 1 year ago
Aaron Miller cea7b039f1 settings: remove color hardcode & tab radius, darken border 1 year ago
Aaron Miller 7253ab4686 tab UI fixes 1 year ago
Aaron Miller 3a1c72f26a use TextField onEditingFinished instead of onAccepted
this will save settings on defocus instead of only
on pressing enter

Closes https://github.com/nomic-ai/gpt4all/issues/440
1 year ago
Aaron Miller aa20bafc91 new settings (model path, repeat penalty) w/ tabs 1 year ago
Adam Treat b8b6137122 A new default prompt template. Seems to work well with the repeat penalty. 1 year ago
Adam Treat b6937c39db Infinite context window through trimming. 1 year ago
Aaron Miller 6e92d93b53 persistent threadcount setting
threadcount is now on the Settings object and
gets reapplied after a model switch
1 year ago
Adam Treat 13c71bfa4a Make clear this is optional and bump the version. 1 year ago
Adam Treat bd33548167 Guide the user in what we're looking for in terms of proper response. 1 year ago
Adam Treat a956f59337 Fix link color and nomic name. 1 year ago
Adam Treat 0e831a5dbc Fixes for some theme issues on macOS. 1 year ago
Adam Treat 3c68b01034 Fix button theme. 1 year ago
Adam Treat f355603d18 Use same basic theme throughout. 1 year ago
Adam Treat b150e199b3 Small fixes. 1 year ago
Adam Treat 6f94d612d8 Use the regular font pixel size for now. 1 year ago
Adam Treat 35e7503571 Make the download use a temp file to save ram and make it threaded. 1 year ago
Adam Treat 29685b3eab Provide a non-priviledged place for model downloads when exe is installed to root. 1 year ago
Adam Treat 09c27f6ec4 Make font size themeable. 1 year ago
Adam Treat 2e6baace9d Consolidate all colors to a central theme object. 1 year ago