gpt4all/gpt4all-chat
AT 10d2375bf3
Hybrid search (#2969)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
2024-09-26 11:58:48 -04:00
..
cmake installer: disallow installation on older macOS and Ubuntu (#2940) 2024-09-09 17:17:57 -04:00
deps server: improve correctness of request parsing and responses (#2929) 2024-09-09 10:48:57 -04:00
flatpak-manifest repo: use the new GPT4All website URL (#2915) 2024-08-26 16:27:41 -04:00
icons chat: generate follow-up questions after response (#2634) 2024-07-10 15:45:20 -04:00
metadata chat: release version 3.3.0 (#2965) 2024-09-23 11:51:17 -04:00
qml chat(build): fix broken installer on macOS (#2973) 2024-09-20 15:34:20 -04:00
resources additional new ui changes, part 4 (#2481) 2024-06-28 17:11:12 -04:00
src Hybrid search (#2969) 2024-09-26 11:58:48 -04:00
translations translations: remove es_MX vanished messages (#2971) 2024-09-19 17:25:55 -04:00
build_and_run.md chat(build): remove dependency on WaylandCompositor (#2949) 2024-09-09 17:13:39 -04:00
CHANGELOG.md Hybrid search (#2969) 2024-09-26 11:58:48 -04:00
CMakeLists.txt chat: bump version to v3.3.0, again (#2974) 2024-09-20 18:29:53 -04:00
contributing_translations.md Update contributing_translations.md 2024-07-12 14:27:57 -04:00
LICENSE Update the license. 2024-06-26 15:07:51 -04:00
main.qml chat(build): fix broken installer on macOS (#2973) 2024-09-20 15:34:20 -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

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.