You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
ChatDrawer.qml First attempt at providing a persistent chat list experience. 1 year ago
ModelDownloaderDialog.qml First attempt at providing a persistent chat list experience. 1 year ago
NetworkDialog.qml Don't exceed the window size for dialogs. 1 year ago
NewVersionDialog.qml New startup dialog features. 1 year ago
PopupDialog.qml Infinite context window through trimming. 1 year ago
SettingsDialog.qml Experiment with a much shorter default prompt template. 1 year ago
StartupDialog.qml Changes the datalake feature so all conversations are captured when opted-in. 1 year ago
Theme.qml settings: remove color hardcode & tab radius, darken border 1 year ago
ThumbsDownDialog.qml Don't exceed the window size for dialogs. 1 year ago