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: [{ items: [{
text: "Changelog", text: "Changelog",
link: "https://github.com/withcatai/node-llama-cpp/releases" link: "https://github.com/withcatai/node-llama-cpp/releases"
}, {
text: "Roadmap",
link: "https://github.com/orgs/withcatai/projects/1"
}, { }, {
text: "npm", text: "npm",
link: "https://www.npmjs.com/package/node-llama-cpp" link: "https://www.npmjs.com/package/node-llama-cpp"
+3 -2
View File
@@ -1,7 +1,7 @@
<div align="center"> <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" /> <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> <h1>node-llama-cpp</h1>
<p>Node.js bindings for llama.cpp</p> <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> <sub>Pre-built bindings are provided with a fallback to building from source with cmake</sub>
<p></p> <p></p>
</div> </div>
@@ -29,6 +29,7 @@
* [API reference](https://withcatai.github.io/node-llama-cpp/api/classes/LlamaModel) * [API reference](https://withcatai.github.io/node-llama-cpp/api/classes/LlamaModel)
* [CLI help](https://withcatai.github.io/node-llama-cpp/guide/cli/) * [CLI help](https://withcatai.github.io/node-llama-cpp/guide/cli/)
* [Changelog](https://github.com/withcatai/node-llama-cpp/releases) * [Changelog](https://github.com/withcatai/node-llama-cpp/releases)
* [Roadmap](https://github.com/orgs/withcatai/projects/1)
## Installation ## Installation
```bash ```bash
+1
View File
@@ -69,6 +69,7 @@
"keywords": [ "keywords": [
"llama", "llama",
"llama-cpp", "llama-cpp",
"llama.cpp",
"bindings", "bindings",
"ai", "ai",
"cmake", "cmake",