gpt4all/gpt4all-chat
Adam Treat 8ea8d130a4 Add a symbolic link to our actual docs for the gpt4all-chat app.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
2024-12-13 13:22:30 -05:00
..
cmake Add tests for error codes with local API server (#3131) 2024-10-30 10:15:19 -04:00
deps Fixups for Jinja PR (#3215) 2024-12-03 19:36:53 -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 latestnews: make it more compact 2024-12-12 14:56:05 -05:00
qml Fix the z-ordering of the home button. (#3246) 2024-12-09 18:27:53 -05:00
resources
src modellist: fix cloning of chat template and system message (#3262) 2024-12-13 12:22:32 -05:00
tests Fix local server regressions caused by Jinja PR (#3256) 2024-12-13 12:19:47 -05:00
translations update Romanian translation for v3.5.0 (#3232) 2024-12-09 14:32:03 -05: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 modellist: fix cloning of chat template and system message (#3262) 2024-12-13 12:22:32 -05:00
CMakeLists.txt Bump the version to 3.5.2-dev0. (#3254) 2024-12-10 17:39:54 -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
docs Add a symbolic link to our actual docs for the gpt4all-chat app. 2024-12-13 13:22:30 -05:00
LICENSE
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
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.