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: [{
|
||||
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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
"keywords": [
|
||||
"llama",
|
||||
"llama-cpp",
|
||||
"llama.cpp",
|
||||
"bindings",
|
||||
"ai",
|
||||
"cmake",
|
||||
|
||||
Reference in New Issue
Block a user