fix: 修复最大响应 tokens 提示显示错误的问题 (#4048)

This commit is contained in:
Wenhao Zhu
2025-03-10 10:01:25 +08:00
committed by GitHub
parent 867e8acf27
commit 0dccfd176d
4 changed files with 4 additions and 4 deletions

View File

@@ -351,7 +351,7 @@ export const ModelEditModal = ({
<Td>
<HStack spacing={1}>
<Box>{t('common:core.chat.response.module maxToken')}</Box>
<QuestionTip label={t('account_model:input maxToken_tip')} />
<QuestionTip label={t('account_model:maxToken_tip')} />
</HStack>
</Td>
<Td textAlign={'right'}>