From 8f292776d14c3119cb80cc30fff4b18a7683dd87 Mon Sep 17 00:00:00 2001 From: Gilad S Date: Sun, 5 Nov 2023 19:00:07 +0200 Subject: [PATCH] docs(README): add roadmap links, improve `README.md` (#90) --- .vitepress/config.ts | 3 +++ README.md | 5 +++-- package.json | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 57e047c..2302d3b 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -108,6 +108,9 @@ export default defineConfig({ items: [{ text: "Changelog", link: "https://github.com/withcatai/node-llama-cpp/releases" + }, { + text: "Roadmap", + link: "https://github.com/orgs/withcatai/projects/1" }, { text: "npm", link: "https://www.npmjs.com/package/node-llama-cpp" diff --git a/README.md b/README.md index fa4e442..5868516 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
node-llama-cpp Logo -

Node Llama.cpp

-

Node.js bindings for llama.cpp

+

node-llama-cpp

+

Run AI models locally on your machine

Pre-built bindings are provided with a fallback to building from source with cmake

@@ -29,6 +29,7 @@ * [API reference](https://withcatai.github.io/node-llama-cpp/api/classes/LlamaModel) * [CLI help](https://withcatai.github.io/node-llama-cpp/guide/cli/) * [Changelog](https://github.com/withcatai/node-llama-cpp/releases) +* [Roadmap](https://github.com/orgs/withcatai/projects/1) ## Installation ```bash diff --git a/package.json b/package.json index bd578aa..c26e8de 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "keywords": [ "llama", "llama-cpp", + "llama.cpp", "bindings", "ai", "cmake",