-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,6 +106,7 @@ Table of parameters | |
| `ai_prompt` | String | The prompt to use for the AI assistant. | | ||
| `system_prompt` | String | The prompt to use for system rules. | | ||
| `pre_prompt` | String | The prompt to use for internal configuration. | | ||
| `cpu_threads` | Integer | The number of threads to use for inferencing (CPU MODE ONLY) | | ||
|
||
***OPTIONAL***: You can run Nitro on a different port like 5000 instead of 3928 by running it manually in terminal | ||
```zsh | ||
|
@@ -124,4 +125,4 @@ To compile nitro please visit [Compile from source](docs/new/build-source.md) | |
|
||
- For support, please file a GitHub ticket. | ||
- For questions, join our Discord [here](https://discord.gg/FTk2MvZwJH). | ||
- For long-form inquiries, please email [email protected]. | ||
- For long-form inquiries, please email [email protected]. |