File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 179179 >
180180 <h5 class =" p-8-12" >
181181 {{ $t('views.application.applicationForm.form.roleSettings.label') }}
182- (System)
183182 </h5 >
184183 <div class =" p-8-12 border-t-dashed lighter" >
185184 {{ item.system || '-' }}
506505 >
507506 <h5 class =" p-8-12" >
508507 {{ $t('views.application.applicationForm.form.roleSettings.label') }}
509- (System)
510508 </h5 >
511509 <div class =" p-8-12 border-t-dashed lighter" >
512510 {{ item.system || '-' }}
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default {
8888 title : 'Knowledge Source' ,
8989 referenceParagraph : 'Quote' ,
9090 consume : 'Tokens' ,
91- consumeTime : 'Time'
91+ consumeTime : 'Run Time'
9292 } ,
9393 paragraphSource : {
9494 title : 'Knowledge Reference' ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default {
5252 placeholder : 'Please select an AI model'
5353 } ,
5454 roleSettings : {
55- label : 'Role settings ' ,
55+ label : 'System Role ' ,
5656 placeholder : 'You are xxx assistant'
5757 } ,
5858
@@ -75,7 +75,7 @@ export default {
7575 `
7676 } ,
7777 historyRecord : {
78- label : 'Historical chat records '
78+ label : 'Chat History '
7979 } ,
8080 relatedKnowledge : {
8181 label : 'Related Knowledge' ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default {
4747 placeholder : '请选择 AI 模型'
4848 } ,
4949 roleSettings : {
50- label : '角色设定 ' ,
50+ label : '系统角色 ' ,
5151 placeholder : '你是 xxx 小助手'
5252 } ,
5353 prompt : {
You can’t perform that action at this time.
0 commit comments