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 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
..
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
NewVersionDialog.qml
PopupDialog.qml
SettingsDialog.qml
StartupDialog.qml
Theme.qml
ThumbsDownDialog.qml