Commit Graph

22 Commits (a548448fcfbba369e13595c8232609e174e1a3d8)

Author SHA1 Message Date
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 fec5093351 Don't exceed the window size for dialogs. 1 year ago
Adam Treat db094c5b92 More extensive usage stats to help diagnose errors and problems in the ui. 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
Adam Treat 812431f78d New startup dialog features. 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
Aaron Miller aa20bafc91 new settings (model path, repeat penalty) w/ tabs 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 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 2e6baace9d Consolidate all colors to a central theme object. 1 year ago
Adam Treat fa1add3665 Hardcode more of the style to get around differences on OS. 1 year ago
Adam Treat 2ef8857393 Crop the filename. 1 year ago
Adam Treat 33beec0cdd Display filesize info in the model downloader. 1 year ago
Adam Treat 338b5ca703 Don't use versions for model downloader. 1 year ago
Adam Treat 169afbdc80 Add a new model download feature. 1 year ago