Commit Graph

40 Commits (3578693a43b1edeb0f8037de7b7462c4e5c0ec20)

Author SHA1 Message Date
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
Adam Treat b8d53f9515 Working on installer for windows. 1 year ago
Adam Treat 27a57a72f1 Minor fixes. 1 year ago
Adam Treat f4ab48b0fa Comment out the list of chat features until it is ready. 1 year ago
Adam Treat e1677cb353 Working efficient chat context. 1 year ago
Adam Treat 9c0b216e7c Naive version of chat context, but slow. 1 year ago
Adam Treat a7721ec597 Fix padding. 1 year ago
Adam Treat c430ed12c6 Don't repeat the prompt in the response. 1 year ago
Adam Treat ff2fdecce1 Initial commit. 1 year ago