You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4all/gpt4all-bindings
Richard Guo e0a8480c0e
Generator in Python Bindings - streaming yields tokens at a time (#895)
* generator method

* cleanup

* bump version number for clarity

* added replace in decode to avoid unicodedecode exception

* revert back to _build_prompt
1 year ago
..
cli Do not ignore explicitly passed 4 threads 1 year ago
csharp C# Bindings - improved logging (#714) 1 year ago
golang Set thread counts after loading model (#836) 1 year ago
python Generator in Python Bindings - streaming yields tokens at a time (#895) 1 year ago
typescript tiny typo (#739) 1 year ago
README.md rough draft of monorepo plan 1 year ago

README.md

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.).