gpt4all/gpt4all-chat
Jared Van Bortel a575980014 xlsxtomd: fill empty cells with a single space
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
2024-09-30 16:54:41 -04:00
..
cmake installer: disallow installation on older macOS and Ubuntu (#2940) 2024-09-09 17:17:57 -04:00
deps Add a feature to attach an excel spreadsheet to the chat conversation. 2024-09-29 14:36:14 -04:00
flatpak-manifest repo: use the new GPT4All website URL (#2915) 2024-08-26 16:27:41 -04:00
icons Address review comments. 2024-09-30 12:55:26 -04:00
metadata chat: release version 3.3.1 (#2997) 2024-09-27 11:44:24 -04:00
qml Clean up some of the look+feel. 2024-09-29 16:15:54 -04:00
resources additional new ui changes, part 4 (#2481) 2024-06-28 17:11:12 -04:00
src xlsxtomd: fill empty cells with a single space 2024-09-30 16:54:41 -04:00
translations translations: remove es_MX vanished messages (#2971) 2024-09-19 17:25:55 -04:00
build_and_run.md build_and_run: add Qt6::GuiPrivate dependency 2024-09-30 15:14:27 -04:00
CHANGELOG.md Use different language for prompt size too large. (#3004) 2024-09-27 12:29:22 -04:00
CMakeLists.txt chat(build): use Qt6 with QXlsx instead of picking randomly 2024-09-30 15:43:24 -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.