diff --git a/docs/docs/guides/04-using-models/04-customize-engine-settings.mdx b/docs/docs/guides/04-using-models/04-customize-engine-settings.mdx index 01c32b796..103bba378 100644 --- a/docs/docs/guides/04-using-models/04-customize-engine-settings.mdx +++ b/docs/docs/guides/04-using-models/04-customize-engine-settings.mdx @@ -1,7 +1,7 @@ --- title: Customize Engine Settings slug: /guides/using-models/customize-engine-settings -description: Guide to integrate with a remote server. +description: Guide to customize engine settings. keywords: [ Jan AI, @@ -61,6 +61,8 @@ In this guide, we will show you how to customize the engine settings. } ``` +The table below describes the parameters in the `nitro.json` file. + | Parameter | Type | Description | | --------------- | ------- | ------------------------------------------------------------ | | `ctx_len` | Integer | The context length for the model operations. |