mirror of
https://github.com/Mintplex-Labs/node-llama-cpp.git
synced 2026-07-01 19:55:08 -04:00
docs(README): add roadmap links, improve README.md (#90)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -69,6 +69,7 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"llama",
|
"llama",
|
||||||
"llama-cpp",
|
"llama-cpp",
|
||||||
|
"llama.cpp",
|
||||||
"bindings",
|
"bindings",
|
||||||
"ai",
|
"ai",
|
||||||
"cmake",
|
"cmake",
|
||||||
|
|||||||
Reference in New Issue
Block a user