docs(README): add roadmap links, improve README.md (#90)

This commit is contained in:
Gilad S
2023-11-05 19:00:07 +02:00
committed by GitHub
parent ff1644d4c4
commit 8f292776d1
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -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"
+3 -2
View File
@@ -1,7 +1,7 @@
<div align="center">
<img alt="node-llama-cpp Logo" src="https://media.githubusercontent.com/media/withcatai/node-llama-cpp/master/assets/logo.roundEdges.png" width="360px" />
<h1>Node Llama.cpp</h1>
<p>Node.js bindings for llama.cpp</p>
<h1>node-llama-cpp</h1>
<p>Run AI models locally on your machine</p>
<sub>Pre-built bindings are provided with a fallback to building from source with cmake</sub>
<p></p>
</div>
@@ -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
+1
View File
@@ -69,6 +69,7 @@
"keywords": [
"llama",
"llama-cpp",
"llama.cpp",
"bindings",
"ai",
"cmake",