gpt4all/gpt4all-bindings
Jared Van Bortel 778264fbab python: don't use importlib as_file for a directory
The only reason to use as_file is to support copying a file from a
frozen package. We don't currently support this anyway, and as_file
isn't supported until Python 3.9, so get rid of it.

Fixes #1605
2023-12-11 13:35:56 -05:00
..
cli app.py: change default model to Mistral Instruct (#1564) 2023-10-24 12:43:30 -04:00
csharp fix references to old backend implementations 2023-10-30 10:37:05 -04:00
golang docs: golang --recurse-submodules (#1720) 2023-12-11 12:58:58 -05:00
java llmodel_c: improve quality of error messages (#1625) 2023-11-07 11:20:14 -05:00
python python: don't use importlib as_file for a directory 2023-12-11 13:35:56 -05:00
typescript llmodel_c: improve quality of error messages (#1625) 2023-11-07 11:20:14 -05: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.).