Skip to content

Commit 9cd89ef

Browse files
fix: text error
1 parent 5fde98d commit 9cd89ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/locales/lang/en-US/views/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default {
110110
reasoningContent: {
111111
label: 'Output Thinking',
112112
tooltip:
113-
'According to the thinking tags set by the model, the content between the tags will be considered as the thought process.',
113+
'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.',
114114
start: 'Start',
115115
end: 'End'
116116
}

ui/src/locales/lang/zh-CN/views/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default {
100100
},
101101
reasoningContent: {
102102
label: '输出思考',
103-
tooltip: '请根据模型返回的思考标签设置,标签中间的内容将为认定为思考过程',
103+
tooltip: '请根据模型返回的思考标签设置,标签中间的内容将会认定为思考过程',
104104
start: '开始',
105105
end: '结束'
106106
}

ui/src/locales/lang/zh-Hant/views/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default {
100100
},
101101
reasoningContent: {
102102
label: '輸出思考',
103-
tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將爲認定爲思考過程',
103+
tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將會認定爲思考過程',
104104
start: '開始',
105105
end: '結束',
106106
}

0 commit comments

Comments
 (0)