From 24f2a6e03d6dfa15f9fb96575963edb822b2838a Mon Sep 17 00:00:00 2001 From: hlhr202 Date: Wed, 12 Apr 2023 16:27:01 +0800 Subject: [PATCH 1/2] chore: add nodejs binding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 914c07995bb66..0f2e160805a17 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ New features will probably be added mostly through community contributions. - Python: [abetlen/llama-cpp-python](https://github.com/abetlen/llama-cpp-python) - Go: [go-skynet/go-llama.cpp](https://github.com/go-skynet/go-llama.cpp) +- JS/TS: [hlhr202/llama-node](https://github.com/hlhr202/llama-node) **UI:** From bcd327c221f186c923df095c4f0bd943153d8d63 Mon Sep 17 00:00:00 2001 From: hlhr202 Date: Wed, 12 Apr 2023 16:27:45 +0800 Subject: [PATCH 2/2] chore: add nodejs binding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f2e160805a17..3c0e107840f1e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ New features will probably be added mostly through community contributions. - Python: [abetlen/llama-cpp-python](https://github.com/abetlen/llama-cpp-python) - Go: [go-skynet/go-llama.cpp](https://github.com/go-skynet/go-llama.cpp) -- JS/TS: [hlhr202/llama-node](https://github.com/hlhr202/llama-node) +- Node.js: [hlhr202/llama-node](https://github.com/hlhr202/llama-node) **UI:**