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({
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"
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 6969 "keywords" : [
7070 " llama" ,
7171 " llama-cpp" ,
72+ " llama.cpp" ,
7273 " bindings" ,
7374 " ai" ,
7475 " cmake" ,
You can’t perform that action at this time.
0 commit comments