From 46a0ed9c813c873deafb2b74e50a6402f2d30dfb Mon Sep 17 00:00:00 2001 From: Dogtiti <499960698@qq.com> Date: Mon, 1 Jun 2026 13:08:40 +0800 Subject: [PATCH] fix: clarify max output tokens label --- app/locales/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/en.ts b/app/locales/en.ts index a6d1919045c..1ee7c9d54d5 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -570,8 +570,8 @@ const en: LocaleType = { SubTitle: "Do not alter this value together with temperature", }, MaxTokens: { - Title: "Max Tokens", - SubTitle: "Maximum length of input tokens and generated tokens", + Title: "Max Output Tokens", + SubTitle: "Maximum number of tokens to generate in one response", }, PresencePenalty: { Title: "Presence Penalty",