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
2023-06-09 10:17:44 -04:00
..
cli Do not ignore explicitly passed 4 threads 2023-05-26 09:24:03 -04:00
csharp C# Bindings - improved logging (#714) 2023-06-01 21:01:27 +01:00
golang Set thread counts after loading model (#836) 2023-06-05 21:35:40 +02:00
python Generator in Python Bindings - streaming yields tokens at a time (#895) 2023-06-09 10:17:44 -04:00
typescript tiny typo (#739) 2023-05-28 19:50:45 -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.).