fix: optimize
This commit is contained in:
parent
d3a6a6080c
commit
7d9afb76b1
@ -179,7 +179,6 @@
|
|||||||
>
|
>
|
||||||
<h5 class="p-8-12">
|
<h5 class="p-8-12">
|
||||||
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
|
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
|
||||||
(System)
|
|
||||||
</h5>
|
</h5>
|
||||||
<div class="p-8-12 border-t-dashed lighter">
|
<div class="p-8-12 border-t-dashed lighter">
|
||||||
{{ item.system || '-' }}
|
{{ item.system || '-' }}
|
||||||
@ -506,7 +505,6 @@
|
|||||||
>
|
>
|
||||||
<h5 class="p-8-12">
|
<h5 class="p-8-12">
|
||||||
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
|
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
|
||||||
(System)
|
|
||||||
</h5>
|
</h5>
|
||||||
<div class="p-8-12 border-t-dashed lighter">
|
<div class="p-8-12 border-t-dashed lighter">
|
||||||
{{ item.system || '-' }}
|
{{ item.system || '-' }}
|
||||||
|
|||||||
@ -88,7 +88,7 @@ export default {
|
|||||||
title: 'Knowledge Source',
|
title: 'Knowledge Source',
|
||||||
referenceParagraph: 'Quote',
|
referenceParagraph: 'Quote',
|
||||||
consume: 'Tokens',
|
consume: 'Tokens',
|
||||||
consumeTime: 'Time'
|
consumeTime: 'Run Time'
|
||||||
},
|
},
|
||||||
paragraphSource: {
|
paragraphSource: {
|
||||||
title: 'Knowledge Reference',
|
title: 'Knowledge Reference',
|
||||||
|
|||||||
@ -52,7 +52,7 @@ export default {
|
|||||||
placeholder: 'Please select an AI model'
|
placeholder: 'Please select an AI model'
|
||||||
},
|
},
|
||||||
roleSettings: {
|
roleSettings: {
|
||||||
label: 'Role settings',
|
label: 'System Role',
|
||||||
placeholder: 'You are xxx assistant'
|
placeholder: 'You are xxx assistant'
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ export default {
|
|||||||
`
|
`
|
||||||
},
|
},
|
||||||
historyRecord: {
|
historyRecord: {
|
||||||
label: 'Historical chat records'
|
label: 'Chat History'
|
||||||
},
|
},
|
||||||
relatedKnowledge: {
|
relatedKnowledge: {
|
||||||
label: 'Related Knowledge',
|
label: 'Related Knowledge',
|
||||||
|
|||||||
@ -47,7 +47,7 @@ export default {
|
|||||||
placeholder: '请选择 AI 模型'
|
placeholder: '请选择 AI 模型'
|
||||||
},
|
},
|
||||||
roleSettings: {
|
roleSettings: {
|
||||||
label: '角色设定',
|
label: '系统角色',
|
||||||
placeholder: '你是 xxx 小助手'
|
placeholder: '你是 xxx 小助手'
|
||||||
},
|
},
|
||||||
prompt: {
|
prompt: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user