Commit Graph

38 Commits (0458c9b4e67b28545dfa9da3555008cbb8331e39)

Author SHA1 Message Date
Lakshay Kansal 0f2bb506a8
font size changer and updates (#1322) 1 year ago
Adam Treat 833a56fadd Fix the tap handler on these buttons. 1 year ago
Adam Treat db528ef1b0 Add a close button for dialogs. 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 2a6c673c25 Begin redesign of settings dialog. 1 year ago
Adam Treat dedb0025be Refactor the settings dialog so that it uses a set of components/abstractions
for all of the tabs and stacks
1 year ago
Adam Treat 1cd734efdc Provide an abstraction to break up the settings dialog into managable pieces. 1 year ago
Adam Treat 285aa50b60 Consolidate generation and application settings on the new settings object. 1 year ago
Adam Treat 705b480d72 Start moving toward a single authoritative class for all settings. This
is necessary to get rid of technical debt before we drastically increase
the complexity of settings by adding per model settings and mirostat and
other fun things. Right now the settings are divided between QML and C++
and some convenience methods to deal with settings sync and so on that are
in other singletons. This change consolidates all the logic for settings
into a single class with a single API for both C++ and QML.
1 year ago
Adam Treat 71449bbc4b Fix this correctly? 1 year ago
Adam Treat b56cc61ca2 Don't allow setting an invalid prompt template. 1 year ago
Adam Treat d3b8234106 Fix spelling. 1 year ago
Adam Treat 42c0a6673a Don't persist the force metal setting. 1 year ago
Adam Treat 267601d670 Enable the force metal setting. 1 year ago
Adam Treat dead954134 Fix save chats setting. 1 year ago
Adam Treat 676248fe8f Update the language. 1 year ago
Adam Treat ef92492d8c Add better warnings and links. 1 year ago
Adam Treat 7f01b153b3 Modellist temp 1 year ago
AMOGUS 3417a37c54
Change "web server" to "API server" for less confusion (#1039)
* Change "Web server" to "API server"

* Changed "API server" to "OpenAPI server"

* Reversed back to "API server" and updated tooltip
1 year ago
pingpongching 0d0fae0ca8 Change the default values for generation in GUI 1 year ago
Adam Treat 91f20becef Need this so the linux installer packages it as a dependency. 1 year ago
Adam Treat 55055ca983 Add the ability to change the directory via text field not just 'browse' button. 1 year ago
Adam Treat 01b8c7617f Add more of the UI for selecting collections for chats. 1 year ago
Adam Treat 2827c5876c Clean up the settings dialog for localdocs a bit. 1 year ago
Adam Treat d555ed3b07 Begin implementing the localdocs ui in earnest. 1 year ago
Adam Treat 120fbbf67d Start fleshing out the localdocs ui. 1 year ago
Adam Treat af33be7b3e Add a localdocs tab. 1 year ago
Adam Treat bcce93555a Small cleanups for settings dialog. 1 year ago
Justin Wang e3d6eb334b dedup qml: move accessible properties to MyButton 1 year ago
Adam Treat 8e705d730d Minor tweaks to look and feel for some dialogs and button. 1 year ago
Justin Wang 2ce22208a3 deduplicate qml: create and use MyCheckBox and MyTextField 1 year ago
Adam Treat 5c1cf69b8b Start to deduplicate code in qml. 1 year ago
Adam Treat cfb45274e0 Fix the tabs so they don't have a double border on the bottom. 1 year ago
Adam Treat d9698436df Fix the dialog so it opens on the correct folder. 1 year ago
Adam Treat f931de21c5 Add save/restore to chatgpt chats and allow serialize/deseralize from disk. 1 year ago
Adam Treat b71c0ac3bd The server has different lifetime mgmt than the other chats. 1 year ago
Adam Treat 2989b74d43 httpserver 1 year ago
Adam Treat 6015154bef Moving everything to subdir for monorepo merge. 1 year ago