Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: new issue #53

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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