fix: text error

This commit is contained in:
wangdan-fit2cloud 2025-02-11 18:29:18 +08:00
parent 5fde98d317
commit 9cd89ef01b
3 changed files with 3 additions and 3 deletions

View File

@ -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'
}

View File

@ -100,7 +100,7 @@ export default {
},
reasoningContent: {
label: '输出思考',
tooltip: '请根据模型返回的思考标签设置,标签中间的内容将认定为思考过程',
tooltip: '请根据模型返回的思考标签设置,标签中间的内容将认定为思考过程',
start: '开始',
end: '结束'
}

View File

@ -100,7 +100,7 @@ export default {
},
reasoningContent: {
label: '輸出思考',
tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將認定爲思考過程',
tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將認定爲思考過程',
start: '開始',
end: '結束',
}