diff --git a/ui/src/locales/lang/en-US/views/application.ts b/ui/src/locales/lang/en-US/views/application.ts index d0dbed3e0..9b1127958 100644 --- a/ui/src/locales/lang/en-US/views/application.ts +++ b/ui/src/locales/lang/en-US/views/application.ts @@ -110,7 +110,7 @@ export default { reasoningContent: { label: 'Output Thinking', tooltip: - 'According to the thinking tags set by the model, the content between the tags will be considered as the thought process.', + 'Please set the thinking label based on the model\'s return, and the content in the middle of the label will be recognized as the thinking process.', start: 'Start', end: 'End' } diff --git a/ui/src/locales/lang/zh-CN/views/application.ts b/ui/src/locales/lang/zh-CN/views/application.ts index 6f52b82a0..4c4cb7781 100644 --- a/ui/src/locales/lang/zh-CN/views/application.ts +++ b/ui/src/locales/lang/zh-CN/views/application.ts @@ -100,7 +100,7 @@ export default { }, reasoningContent: { label: '输出思考', - tooltip: '请根据模型返回的思考标签设置,标签中间的内容将为认定为思考过程', + tooltip: '请根据模型返回的思考标签设置,标签中间的内容将会认定为思考过程', start: '开始', end: '结束' } diff --git a/ui/src/locales/lang/zh-Hant/views/application.ts b/ui/src/locales/lang/zh-Hant/views/application.ts index 69062f4ec..205d6e1f5 100644 --- a/ui/src/locales/lang/zh-Hant/views/application.ts +++ b/ui/src/locales/lang/zh-Hant/views/application.ts @@ -100,7 +100,7 @@ export default { }, reasoningContent: { label: '輸出思考', - tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將爲認定爲思考過程', + tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將會認定爲思考過程', start: '開始', end: '結束', }