gpt4all/gpt4all-bindings
Juuso Alasuutari 08ece43f0d llmodel: fix wrong and/or missing prompt callback type
Fix occurrences of the prompt callback being incorrectly specified, or
the response callback's prototype being incorrectly used in its place.

Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
2023-05-21 16:02:11 -04:00
..
cli adds a simple cli chat repl (#566) 2023-05-16 16:47:54 -04:00
golang Fix #614, where relative paths to includes makes imports fail (#644) 2023-05-20 16:36:29 -04:00
python llmodel: fix wrong and/or missing prompt callback type 2023-05-21 16:02:11 -04:00
typescript Rename README to README.md (#575) 2023-05-14 14:12:38 -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.).