File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ export default defineConfig({
108
108
items : [ {
109
109
text : "Changelog" ,
110
110
link : "https://github.com/withcatai/node-llama-cpp/releases"
111
+ } , {
112
+ text : "Roadmap" ,
113
+ link : "https://github.com/orgs/withcatai/projects/1"
111
114
} , {
112
115
text : "npm" ,
113
116
link : "https://www.npmjs.com/package/node-llama-cpp"
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<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>
5
5
<sub>Pre-built bindings are provided with a fallback to building from source with cmake</sub>
6
6
<p></p>
7
7
</div >
29
29
* [ API reference] ( https://withcatai.github.io/node-llama-cpp/api/classes/LlamaModel )
30
30
* [ CLI help] ( https://withcatai.github.io/node-llama-cpp/guide/cli/ )
31
31
* [ Changelog] ( https://github.com/withcatai/node-llama-cpp/releases )
32
+ * [ Roadmap] ( https://github.com/orgs/withcatai/projects/1 )
32
33
33
34
## Installation
34
35
``` bash
Original file line number Diff line number Diff line change 69
69
"keywords" : [
70
70
" llama" ,
71
71
" llama-cpp" ,
72
+ " llama.cpp" ,
72
73
" bindings" ,
73
74
" ai" ,
74
75
" cmake" ,
You can’t perform that action at this time.
0 commit comments