Commit Graph

58 Commits (9031ba8d67daf8cb9a781d43bb84b566b73705f5)

Author SHA1 Message Date
Adam Treat 70b06d5cf1 Fix the send message only when enter has been pressed or the send icon has been clicked. 1 year ago
Adam Treat b6937c39db Infinite context window through trimming. 1 year ago
Adam Treat 654e0322b3 Whitespace only. 1 year ago
Adam Treat a28c27da8a Shrink the drawer button to fit with everything else. 1 year ago
Adam Treat a956f59337 Fix link color and nomic name. 1 year ago
Adam Treat 5079842714 Make network button consistent. 1 year ago
Adam Treat c9eb7fd5e1 Fix regenerate. 1 year ago
Adam Treat 3cf9e40edb Scooch the tool buttons a bit. 1 year ago
Adam Treat 618555747d Shrink the combo a bit. 1 year ago
Adam Treat 5b7d3c4813 Shrink the icons a bit. 1 year ago
Adam Treat ee7a14ec45 Update the datalake support. 1 year ago
Adam Treat 09c27f6ec4 Make font size themeable. 1 year ago
Adam Treat 2e6baace9d Consolidate all colors to a central theme object. 1 year ago
Adam Treat a387785a6d Hardcode the color/style for combobox popup. 1 year ago
Adam Treat 876f0537b4 Perform a health check on the datalake before we enable network. 1 year ago
Adam Treat 42eec8b64c Move the popup dialog into own file and disable network for now. 1 year ago
Adam Treat 42e8f3faec Move settings dialog into own file. 1 year ago
Adam Treat b8fcd406dc New thumbs up/down support for gpt4all-datalake. 1 year ago
Adam Treat bb834ecde8 Restore basic functionality. 1 year ago
Adam Treat 7794b26e69 Make the settings dialog persist across sessions. 1 year ago
Adam Treat 4e06ed4f0a Fix warning and update llama.cpp submodule to latest. 1 year ago
Adam Treat 9c85a2ceb2 Add multi-line prompt support. 1 year ago
Adam Treat 71b308e914 Add llama.cpp support for loading llama based models in the gui. We now
support loading both gptj derived models and llama derived models.
1 year ago
Aaron Miller 00cb5fe2a5 Add thread count setting 1 year ago
Adam Treat 169afbdc80 Add a new model download feature. 1 year ago
Adam Treat 2b1cae5a7e Allow unloading/loading/changing of models. 1 year ago
Aaron Miller 8a4f7897f4 remove fill color for prompt template box 1 year ago
Adam Treat 708bc1bbe6 Fix link color to have consistency across platforms. 1 year ago
Adam Treat e540edcb1e Make the gui accessible. 1 year ago
Adam Treat f73fbf28a4 Fix the context. 1 year ago
Adam Treat b0ce635338 Set a new default temp that is more conservative. 1 year ago
Adam Treat 29990fd27b Bump version to 2.1 as this has been referred to far and wide as
GPT4All v2 so doing this to decrease confusion. Also, making the version
number visible in the title bar.
1 year ago
Adam Treat a7c2d65824 Don't allow empty prompts. Context past always equal or greater than zero. 1 year ago
Adam Treat b39acea516 More conservative default params and trim leading whitespace from response. 1 year ago
Adam Treat ef789b354b Rearrange the buttons and provide a message what the copy button does. 1 year ago
Adam Treat f19abd6a18 Check for ###Prompt: or ###Response and stop generating and modify the default template a little bit. 1 year ago
Aaron Miller 7ec47c659b add tooltips to settings dialog 1 year ago
Aaron Miller 8204e7d047 add "restore defaults" button 1 year ago
Aaron Miller 5bfb3f8229 use the settings dialog settings when generating 1 year ago
Aaron Miller 098ab803a0 add settings dialog 1 year ago
Adam Treat 2babef9db7 Disable the text field from user interaction. 1 year ago
Adam Treat a06fd8a487 Provide a busy indicator if we're processing a long prompt and make the
stop button work in the middle of processing a long prompt as well.
1 year ago
Adam Treat ad742663cd Make the font non-black on some systems and remove logo for now. 1 year ago
Adam Treat fd9e028f0c Provide a copy function. 1 year ago
Adam Treat 24ed650cd7 Disable input until model is loaded. 1 year ago
Adam Treat 01dee6f20d Programmatically get the model name from the LLM. The LLM now searches
for applicable models in the directory of the executable given a pattern
match and then loads the first one it finds.

Also, add a busy indicator for model loading.
1 year ago
Adam Treat 5533b81ebb Change wording a bit. 1 year ago
Adam Treat f1bbe97a5c Big updates to the UI. 1 year ago
Adam Treat 57ce033796 Change location of reset context button. 1 year ago
Adam Treat c62ebdb81c Add a reset context feature to clear the chat history and the context for now. 1 year ago