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
mvenditto 8e89ceb54b
C# Bindings - improved logging (#714)
* added optional support for .NET logging

* bump version and add missing alpha suffix

* avoid creating additional namespace for extensions

* prefer NullLogger/NullLoggerFactory over null-conditional ILogger to avoid errors

---------

Signed-off-by: mvenditto <venditto.matteo@gmail.com>
1 year ago
..
cli Do not ignore explicitly passed 4 threads 1 year ago
csharp C# Bindings - improved logging (#714) 1 year ago
golang Add ldl in gpt4all.go for dynamic linking (#797) 1 year ago
python Update gpt4all_chat.md (#800) 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.).