mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: optimize
This commit is contained in:
parent
d3a6a6080c
commit
7d9afb76b1
|
|
@ -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 || '-' }}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ export default {
|
|||
title: 'Knowledge Source',
|
||||
referenceParagraph: 'Quote',
|
||||
consume: 'Tokens',
|
||||
consumeTime: 'Time'
|
||||
consumeTime: 'Run Time'
|
||||
},
|
||||
paragraphSource: {
|
||||
title: 'Knowledge Reference',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ export default {
|
|||
placeholder: '请选择 AI 模型'
|
||||
},
|
||||
roleSettings: {
|
||||
label: '角色设定',
|
||||
label: '系统角色',
|
||||
placeholder: '你是 xxx 小助手'
|
||||
},
|
||||
prompt: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue