From 1444374fea1a6b400d6390c7055cad5d1195b27b Mon Sep 17 00:00:00 2001 From: Daniel Ching Date: Mon, 30 Jun 2025 12:15:20 +0800 Subject: [PATCH] Removed Max Tokens and Stop Sequences from docs as they are no longer present in model settings --- docs/src/pages/docs/model-parameters.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/pages/docs/model-parameters.mdx b/docs/src/pages/docs/model-parameters.mdx index 86846a8ea..56286bcf4 100644 --- a/docs/src/pages/docs/model-parameters.mdx +++ b/docs/src/pages/docs/model-parameters.mdx @@ -38,8 +38,6 @@ These settings are available in the model settings modal: | **Repeat Last N** | Number of tokens to consider for repeat penalty. | | **Repeat Penalty** | Penalize repeating token sequences. | | **Presence Penalty**| Penalize alpha presence (encourages new topics). | -| **Max Tokens** | Maximum length of the model's response. | -| **Stop Sequences** | Tokens or phrases that will end the model's response. | | **Frequency Penalty** | Reduces word repetition. |