mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: text error
This commit is contained in:
parent
5fde98d317
commit
9cd89ef01b
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ export default {
|
|||
},
|
||||
reasoningContent: {
|
||||
label: '输出思考',
|
||||
tooltip: '请根据模型返回的思考标签设置,标签中间的内容将为认定为思考过程',
|
||||
tooltip: '请根据模型返回的思考标签设置,标签中间的内容将会认定为思考过程',
|
||||
start: '开始',
|
||||
end: '结束'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ export default {
|
|||
},
|
||||
reasoningContent: {
|
||||
label: '輸出思考',
|
||||
tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將爲認定爲思考過程',
|
||||
tooltip:'請根據模型返回的思考標簽設置,標簽中間的內容將會認定爲思考過程',
|
||||
start: '開始',
|
||||
end: '結束',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue