From a2ba4977e8d72e36424d4bb6112348e2fed01e56 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 24 May 2024 14:36:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/locales/lang/zh_CN/views/application.ts | 2 +- ui/src/views/application/CreateAndSetting.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/src/locales/lang/zh_CN/views/application.ts b/ui/src/locales/lang/zh_CN/views/application.ts index f679f5d9b..6438d82d5 100644 --- a/ui/src/locales/lang/zh_CN/views/application.ts +++ b/ui/src/locales/lang/zh_CN/views/application.ts @@ -49,7 +49,7 @@ export default { label: '提示词', placeholder: '请输入提示词', tooltip: - '通过调整提示词内容,可以引导大模型聊天方向,该提示词会被固定在上下文的开头。可以使用变量:{data} 是携带知识库中已知信息;{question}是用户提出的问题。' + '通过调整提示词内容,可以引导大模型聊天方向,该提示词会被固定在上下文的开头。可以使用变量:{data} 是携带知识库中已知信息;{question} 是用户提出的问题。' }, multipleRoundsDialogue: '多轮对话', relatedKnowledgeBase: '关联知识库', diff --git a/ui/src/views/application/CreateAndSetting.vue b/ui/src/views/application/CreateAndSetting.vue index c95e7e930..f776f54ec 100644 --- a/ui/src/views/application/CreateAndSetting.vue +++ b/ui/src/views/application/CreateAndSetting.vue @@ -145,7 +145,10 @@