gpt4all/gpt4all-chat
Adam Treat 5dd00c998b Try to update Jinja2Cpp once again to fix.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
2024-11-27 10:44:17 -05:00
..
cmake Add tests for error codes with local API server (#3131) 2024-10-30 10:15:19 -04:00
deps Try to update Jinja2Cpp once again to fix. 2024-11-27 10:44:17 -05:00
flatpak-manifest repo: use the new GPT4All website URL (#2915) 2024-08-26 16:27:41 -04:00
icons Remove binary state from high-level API and use Jinja templates (#3147) 2024-11-25 10:04:17 -05:00
metadata Remove binary state from high-level API and use Jinja templates (#3147) 2024-11-25 10:04:17 -05:00
qml Remove binary state from high-level API and use Jinja templates (#3147) 2024-11-25 10:04:17 -05:00
resources additional new ui changes, part 4 (#2481) 2024-06-28 17:11:12 -04:00
src Remove binary state from high-level API and use Jinja templates (#3147) 2024-11-25 10:04:17 -05:00
tests Remove binary state from high-level API and use Jinja templates (#3147) 2024-11-25 10:04:17 -05:00
translations Italian localization update (#3048) 2024-10-09 09:04:37 -04:00
.flake8 Add tests for error codes with local API server (#3131) 2024-10-30 10:15:19 -04:00
build_and_run.md Support attaching an Excel spreadsheet to a chat message (#3007) 2024-10-01 21:17:49 -04:00
CHANGELOG.md Use the token cache to infer greater n_past and reuse results (#3073) 2024-10-31 11:19:12 -04:00
CMakeLists.txt Another speculative fix. 2024-11-26 13:40:34 -05:00
contributing_translations.md Update contributing_translations.md 2024-07-12 14:27:57 -04:00
dev-requirements.txt Implement the first real test of gpt4all-chat (#3116) 2024-10-20 11:38:04 -04:00
LICENSE Update the license. 2024-06-26 15:07:51 -04:00
main.qml chat: system tray icon and close to tray (#3109) 2024-10-25 12:20:55 -04:00
pyproject.toml Implement the first real test of gpt4all-chat (#3116) 2024-10-20 11:38:04 -04:00
qa_checklist.md Update qa_checklist.md 2024-06-25 13:50:19 -04:00
README.md repo: use the new GPT4All website URL (#2915) 2024-08-26 16:27:41 -04:00
system_requirements.md chat: add system requirements doc (#2955) 2024-09-13 13:55:01 -04:00
test-requirements.txt Implement the first real test of gpt4all-chat (#3116) 2024-10-20 11:38:04 -04:00

gpt4all-chat

Cross platform Qt based GUI for GPT4All versions with GPT-J as the base model. NOTE: The model seen in the screenshot is actually a preview of a new training run for GPT4All based on GPT-J. The GPT4All project is busy at work getting ready to release this model including installers for all three major OS's. In the meantime, you can try this UI out with the original GPT-J model by following build instructions below.

image

Install

One click installers for macOS, Linux, and Windows at https://www.nomic.ai/gpt4all

Features

  • Cross-platform (Linux, Windows, MacOSX)
  • The UI is made to look and feel like you've come to expect from a chatty gpt
  • Check for updates so you can always stay fresh with latest models
  • Easy to install with precompiled binaries available for all three major desktop platforms
  • Multi-modal - Ability to load more than one model and switch between them
  • Multi-chat - a list of current and past chats and the ability to save/delete/export and switch between
  • Supports models that are supported by llama.cpp
  • Model downloader in GUI featuring many popular open source models
  • Settings dialog to change temp, top_p, min_p, top_k, threads, etc
  • Copy your conversation to clipboard
  • RAG via LocalDocs feature
  • Check for updates to get the very latest GUI

Building and running

Getting the latest

If you've already checked out the source code and/or built the program make sure when you do a git fetch to get the latest changes and that you also do git submodule update --init --recursive to update the submodules. (If you ever run into trouble, deinitializing via git submodule deinit -f . and then initializing again via git submodule update --init --recursive fixes most issues)

Contributing

  • Pull requests welcome. See the feature wish list for ideas :)

License

The source code of this chat interface is currently under a MIT license.