Skip to content

Commit

Permalink
docs: new issue (#53)
Browse files Browse the repository at this point in the history
* chores: issue template

* docs: update configuration website links
  • Loading branch information
ido-pluto committed Oct 26, 2023
1 parent 4a44140 commit 3125c1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ If applicable, add screenshots to help explain your problem.
- Browser [e.g. chrome, safari]
- CatAI version [e.g. 0.3.10] (`catai --version`)
- Node.js version [e.g 19] (`node --version`)
- Which model are you trying to run? (`catai active`)
- How many GB of RAM do you have available?
- What CPU do you have?

Is this model compatible? (run `catai ls` for this info)
6 changes: 5 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ You can config the model by the following steps:
2. Edit configuration (JSON file):

If the model binding is `node-llama-cpp` or `node-llama-cpp-v2`, You can find the configuration
here: [Node-Llama-CPP Model's Options](https://withcatai.github.io/node-llama-cpp/types/LlamaModelOptions.html)
here:

[LlamaContextOptions](https://withcatai.github.io/node-llama-cpp/api/type-aliases/LlamaContextOptions)

[LLamaChatPromptOptions](https://withcatai.github.io/node-llama-cpp/api/type-aliases/LLamaChatPromptOptions)


3. Restart the server.
Expand Down

0 comments on commit 3125c1a

Please sign in to comment.