From 782e731e666ef2b44d4994e92d2f136483131fdc Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Sun, 14 May 2023 13:59:03 -0400 Subject: [PATCH] Typescript Bindings README (#574) Signed-off-by: Andriy Mulyar --- gpt4all-bindings/typescript/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gpt4all-bindings/typescript/README diff --git a/gpt4all-bindings/typescript/README b/gpt4all-bindings/typescript/README new file mode 100644 index 00000000..7393fa35 --- /dev/null +++ b/gpt4all-bindings/typescript/README @@ -0,0 +1,4 @@ +### Javascript Bindings +The original [GPT4All typescript bindings](https://github.com/nomic-ai/gpt4all-ts) are now out of date. + +The GPT4All community is looking for help in implemented a new set of bindings based on the C backend found [here](https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-backend).