mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
fix: 修复最大响应 tokens 提示显示错误的问题 (#4048)
This commit is contained in:
@@ -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'}>
|
||||
|
Reference in New Issue
Block a user