Skip to content

Commit 8f29277

Browse files
authored
docs(README): add roadmap links, improve README.md (#90)
1 parent ff1644d commit 8f29277

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.vitepress/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ export default defineConfig({
108108
items: [{
109109
text: "Changelog",
110110
link: "https://github.com/withcatai/node-llama-cpp/releases"
111+
}, {
112+
text: "Roadmap",
113+
link: "https://github.com/orgs/withcatai/projects/1"
111114
}, {
112115
text: "npm",
113116
link: "https://www.npmjs.com/package/node-llama-cpp"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img alt="node-llama-cpp Logo" src="https://media.githubusercontent.com/media/withcatai/node-llama-cpp/master/assets/logo.roundEdges.png" width="360px" />
3-
<h1>Node Llama.cpp</h1>
4-
<p>Node.js bindings for llama.cpp</p>
3+
<h1>node-llama-cpp</h1>
4+
<p>Run AI models locally on your machine</p>
55
<sub>Pre-built bindings are provided with a fallback to building from source with cmake</sub>
66
<p></p>
77
</div>
@@ -29,6 +29,7 @@
2929
* [API reference](https://withcatai.github.io/node-llama-cpp/api/classes/LlamaModel)
3030
* [CLI help](https://withcatai.github.io/node-llama-cpp/guide/cli/)
3131
* [Changelog](https://github.com/withcatai/node-llama-cpp/releases)
32+
* [Roadmap](https://github.com/orgs/withcatai/projects/1)
3233

3334
## Installation
3435
```bash

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"keywords": [
7070
"llama",
7171
"llama-cpp",
72+
"llama.cpp",
7273
"bindings",
7374
"ai",
7475
"cmake",

0 commit comments

Comments
 (0)