fix: optimize

This commit is contained in:
王丹 2025-02-07 10:12:36 +08:00
parent d3a6a6080c
commit 7d9afb76b1
4 changed files with 4 additions and 6 deletions

View File

@ -179,7 +179,6 @@
>
<h5 class="p-8-12">
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
(System)
</h5>
<div class="p-8-12 border-t-dashed lighter">
{{ item.system || '-' }}
@ -506,7 +505,6 @@
>
<h5 class="p-8-12">
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
(System)
</h5>
<div class="p-8-12 border-t-dashed lighter">
{{ item.system || '-' }}

View File

@ -88,7 +88,7 @@ export default {
title: 'Knowledge Source',
referenceParagraph: 'Quote',
consume: 'Tokens',
consumeTime: 'Time'
consumeTime: 'Run Time'
},
paragraphSource: {
title: 'Knowledge Reference',

View File

@ -52,7 +52,7 @@ export default {
placeholder: 'Please select an AI model'
},
roleSettings: {
label: 'Role settings',
label: 'System Role',
placeholder: 'You are xxx assistant'
},
@ -75,7 +75,7 @@ export default {
`
},
historyRecord: {
label: 'Historical chat records'
label: 'Chat History'
},
relatedKnowledge: {
label: 'Related Knowledge',

View File

@ -47,7 +47,7 @@ export default {
placeholder: '请选择 AI 模型'
},
roleSettings: {
label: '角色设定',
label: '系统角色',
placeholder: '你是 xxx 小助手'
},
prompt: {