]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add programmable prompt engine language CLI (#9599)
authorRiceball LEE <redacted>
Mon, 23 Sep 2024 15:58:17 +0000 (23:58 +0800)
committerGitHub <redacted>
Mon, 23 Sep 2024 15:58:17 +0000 (18:58 +0300)
README.md

index 4d24dd591c68cca150d2d7d9764c19abd4df48af..ce954f713815c3551f5d943f8678fb7e1954cfa0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ Typically finetunes of the base models below are supported as well.
 - Go: [go-skynet/go-llama.cpp](https://github.com/go-skynet/go-llama.cpp)
 - Node.js: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp)
 - JS/TS (llama.cpp server client): [lgrammel/modelfusion](https://modelfusion.dev/integration/model-provider/llamacpp)
+- JS/TS (Programmable Prompt Engine CLI): [offline-ai/cli](https://github.com/offline-ai/cli)
 - JavaScript/Wasm (works in browser): [tangledgroup/llama-cpp-wasm](https://github.com/tangledgroup/llama-cpp-wasm)
 - Typescript/Wasm (nicer API, available on npm): [ngxson/wllama](https://github.com/ngxson/wllama)
 - Ruby: [yoshoku/llama_cpp.rb](https://github.com/yoshoku/llama_cpp.rb)