From 63369d21519196209e6e07f2963ed3112f2e083d Mon Sep 17 00:00:00 2001 From: automaticcat Date: Mon, 27 Nov 2023 13:58:50 +0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fa4d2963..4b666767a 100644 --- a/README.md +++ b/README.md @@ -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 hello@jan.ai. \ No newline at end of file +- For long-form inquiries, please email hello@jan.ai.