Commit Graph

58 Commits (75deee9adb440b1cbe783784cc4d73c4b4b1aff2)

Author SHA1 Message Date
Cebtenzzre 2eb83b9f2a chat: report reason for fallback to CPU 11 months ago
Adam Treat d90d003a1d Latest rebase on llama.cpp with gguf support. 11 months ago
Adam Treat 1fa67a585c Report the actual device we're using. 12 months ago
Adam Treat 86e862df7e Fix up the name and formatting. 12 months ago
Adam Treat 358ff2a477 Show the device we're currently using. 12 months ago
Lakshay Kansal 0f2bb506a8
font size changer and updates (#1322) 1 year ago
Lakshay Kansal cbdcde8b75
scrollbar fixed for main chat and chat drawer (#1301) 1 year ago
Adam Treat 13b2d47be5 Provide an error dialog if for any reason we can't access the settings file. 1 year ago
Adam Treat e9d42fba35 Don't show first start more than once. 1 year ago
Adam Treat 88bbe30952 Provide a guardrail for OOM errors. 1 year ago
Adam Treat c8d761a004 Add a nicer message. 1 year ago
Adam Treat e120eb5008 Allow closing the download dialog and display a message to the user if no models are installed. 1 year ago
Adam Treat 6d9cdf228c Huge change that completely revamps the settings dialog and implements
per model settings as well as the ability to clone a model into a "character."
This also implements system prompts as well as quite a few bugfixes for
instance this fixes chatgpt.
1 year ago
Adam Treat 7f252b4970 This completes the work of consolidating all settings that can be changed by the user on new settings object. 1 year ago
Adam Treat 7f66c28649 Use the new settings for response generation. 1 year ago
Adam Treat e70899a26c Make the retrieval/parsing of models.json sync on startup. We were jumping to many hoops to mitigate the async behavior. 1 year ago
Adam Treat 8558fb4297 Fix models.json for spanning multiple lines with string. 1 year ago
Adam Treat c24ad02a6a Wait just a bit to set the model name so that we can display the proper name instead of filename. 1 year ago
Adam Treat ef92492d8c Add better warnings and links. 1 year ago
Adam Treat 71c972f8fa Provide a more stark warning for localdocs and add more size to dialogs. 1 year ago
Adam Treat 5e520bb775 Fix so that models are searched in subdirectories. 1 year ago
Adam Treat 64e98b8ea9 Fix bug with model loading on initial load. 1 year ago
Adam Treat 7f01b153b3 Modellist temp 1 year ago
Adam Treat 968868415e Move saving chats to a thread and display what we're doing to the user. 1 year ago
AT 2b6cc99a31
Show token generation speed in gui. (#1020) 1 year ago
Adam Treat 8953b7f6a6 Fix regression in checked of db and network. 1 year ago
Adam Treat 68ff7001ad Bugfixes for prompt syntax highlighting. 1 year ago
Adam Treat 318c51c141 Add code blocks and python syntax highlighting. 1 year ago
Adam Treat b67cba19f0 Don't interfere with selection. 1 year ago
Adam Treat 50c5b82e57 Clean up the context links a bit. 1 year ago
AT a9c2f47303
Add new solution for context links that does not force regular markdown (#938)
in responses which is disruptive to code completions in responses.
1 year ago
AT 5f95aa9fc6
We no longer have an avx_only repository and better error handling for minimum hardware requirements. (#833) 1 year ago
Adam Treat 9f590db98d Better error handling when the model fails to load. 1 year ago
Adam Treat 25ee51e2ca Actually use the theme dark color for window background. 1 year ago
Adam Treat d9ddd373d6 Prevent flashing of white on resize. 1 year ago
Adam Treat 8aba76ad05 Min constraints on about dialog. 1 year ago
Adam Treat a7f74e9d01 Some tweaks to UI to make window resizing smooth and flow nicely. 1 year ago
Adam Treat cae757aacd Make all the toolbuttons highlight on hover. 1 year ago
Adam Treat ae51e3f6fa Use the proper text color for sending messages. 1 year ago
Adam Treat 1370995b92 Add a custom busy indicator to further align look and feel across platforms. 1 year ago
Adam Treat f4a1f7340c Fix offset of prompt/response icons for smaller text. 1 year ago
Adam Treat 5f940208e4 Make the comboboxes align in UI. 1 year ago
Adam Treat 64ec93d59b Some color and theme enhancements to make the UI contrast a bit better. 1 year ago
Adam Treat 122b14d526 Use the new MyButton for the regenerate response button. 1 year ago
Adam Treat 7aed367c68 Add a label to the model loading visual indicator. 1 year ago
Adam Treat 98201540a2 Various fixes to remove unnecessary warnings. 1 year ago
Adam Treat 9b0629db8b Add context link to references. 1 year ago
Adam Treat db9eecdce4 Store the references separately so they are not sent to datalake. 1 year ago
Adam Treat 01b8c7617f Add more of the UI for selecting collections for chats. 1 year ago
Adam Treat c800291e7f Add prompt processing and localdocs to the busy indicator in UI. 1 year ago