From e364711d7d5282a0fae372e8e16547abae67412e Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:30:15 +0700 Subject: [PATCH] docs: update description --- .../guides/04-using-models/04-customize-engine-settings.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. |