gpt4all/gpt4all-bindings
Jared Van Bortel 0455b80b7f
Embed4All: optionally count tokens, misc fixes (#2145)
Key changes:
* python: optionally return token count in Embed4All.embed
* python and docs: models2.json -> models3.json
* Embed4All: require explicit prefix for unknown models
* llamamodel: fix shouldAddBOS for Bert and Nomic Bert

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
2024-03-20 11:24:02 -04:00
..
cli add min_p sampling parameter (#2014) 2024-02-24 17:51:34 -05:00
csharp add min_p sampling parameter (#2014) 2024-02-24 17:51:34 -05:00
golang add min_p sampling parameter (#2014) 2024-02-24 17:51:34 -05:00
java add min_p sampling parameter (#2014) 2024-02-24 17:51:34 -05:00
python Embed4All: optionally count tokens, misc fixes (#2145) 2024-03-20 11:24:02 -04:00
typescript python: various fixes for GPT4All and Embed4All (#2130) 2024-03-15 11:49:58 -04:00
README.md rough draft of monorepo plan 2023-05-01 15:45:39 -04:00

GPT4All Bindings

This directory will contain language specific bindings on top of the C/C++ model backends. We will have one directory per language binding (e.g. Python, Typescript, Golang, etc.).