gpt4all/gpt4all-bindings
Jared Van Bortel be66ec8ab5
chat: faster KV shift, continue generating, fix stop sequences (#2781)
* Don't stop generating at end of context
* Use llama_kv_cache ops to shift context
* Fix and improve reverse prompt detection
* Replace prompt recalc callback with a flag to disallow context shift
2024-08-07 11:25:24 -04:00
..
cli docs: replace default model & link to wiki in CLI readme (#2719) 2024-08-04 19:44:01 -04:00
python chat: faster KV shift, continue generating, fix stop sequences (#2781) 2024-08-07 11:25:24 -04:00
typescript typescript: update braces dep to 3.0.3 (#2432) 2024-06-12 17:14:47 -04:00
README.md repo: remove bindings that have no maintainer (#2429) 2024-06-11 18:11:25 -04:00

GPT4All Language Bindings

These are the language bindings for the GPT4All backend. They provide functionality to load GPT4All models (and other llama.cpp models), generate text, and (in the case of the Python bindings) embed text as a vector representation.

See their respective folders for language-specific documentation.

Languages



Archived Bindings

The following bindings have been removed from this repository due to lack of maintenance. If adopted, they can be brought back—feel free to message a developer on Dicsord if you are interested in maintaining one of them. Below are links to their last available version (not necessarily the last working version).