gpt4all/qml
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.
2023-05-04 15:31:41 -04:00
..
ChatDrawer.qml First attempt at providing a persistent chat list experience. 2023-05-04 15:31:41 -04:00
ModelDownloaderDialog.qml First attempt at providing a persistent chat list experience. 2023-05-04 15:31:41 -04:00
NetworkDialog.qml Don't exceed the window size for dialogs. 2023-05-03 08:37:45 -04:00
NewVersionDialog.qml New startup dialog features. 2023-04-28 11:03:16 -04:00
PopupDialog.qml Infinite context window through trimming. 2023-04-25 11:20:51 -04:00
SettingsDialog.qml Experiment with a much shorter default prompt template. 2023-05-03 12:19:14 -04:00
StartupDialog.qml Changes the datalake feature so all conversations are captured when opted-in. 2023-05-03 07:54:45 -04:00
Theme.qml settings: remove color hardcode & tab radius, darken border 2023-04-25 16:24:55 -04:00
ThumbsDownDialog.qml Don't exceed the window size for dialogs. 2023-05-03 08:37:45 -04:00