Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
0dccfd17
authored
Mar 10, 2025
by
Wenhao Zhu
Committed by
GitHub
Mar 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复最大响应 tokens 提示显示错误的问题 (#4048)
parent
867e8acf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
packages/web/i18n/en/account_model.json
+1
-1
packages/web/i18n/zh-CN/account_model.json
+1
-1
packages/web/i18n/zh-Hant/account_model.json
+1
-1
projects/app/src/pageComponents/account/model/AddModelBox.tsx
+1
-1
No files found.
packages/web/i18n/en/account_model.json
View file @
0dccfd17
...
...
@@ -21,7 +21,7 @@
"edit_channel"
:
"Channel configuration"
,
"enable_channel"
:
"Enable"
,
"forbid_channel"
:
"Disabled"
,
"
input
maxToken_tip"
:
"The model max_tokens parameter, if left blank, means that the model does not support it."
,
"maxToken_tip"
:
"The model max_tokens parameter, if left blank, means that the model does not support it."
,
"key_type"
:
"API key format:"
,
"log"
:
"Call log"
,
"log_detail"
:
"Log details"
,
...
...
packages/web/i18n/zh-CN/account_model.json
View file @
0dccfd17
...
...
@@ -21,7 +21,7 @@
"edit_channel"
:
"渠道配置"
,
"enable_channel"
:
"启用"
,
"forbid_channel"
:
"禁用"
,
"
input
maxToken_tip"
:
"模型 max_tokens 参数,如果留空,则代表模型不支持该参数。"
,
"maxToken_tip"
:
"模型 max_tokens 参数,如果留空,则代表模型不支持该参数。"
,
"key_type"
:
"API key 格式: "
,
"log"
:
"调用日志"
,
"log_detail"
:
"日志详情"
,
...
...
packages/web/i18n/zh-Hant/account_model.json
View file @
0dccfd17
...
...
@@ -19,7 +19,7 @@
"edit_channel"
:
"渠道配置"
,
"enable_channel"
:
"啟用"
,
"forbid_channel"
:
"禁用"
,
"
input
maxToken_tip"
:
"模型 max_tokens 參數,如果留空,則代表模型不支持該參數。"
,
"maxToken_tip"
:
"模型 max_tokens 參數,如果留空,則代表模型不支持該參數。"
,
"key_type"
:
"API key 格式:"
,
"log"
:
"調用日誌"
,
"log_detail"
:
"日誌詳情"
,
...
...
projects/app/src/pageComponents/account/model/AddModelBox.tsx
View file @
0dccfd17
...
...
@@ -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'
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment