From 110a0f663a9fa56d92a1c5106321e25b2e0da0c8 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 18 Sep 2024 17:59:11 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../locales/lang/zh_CN/views/application.ts | 4 +-- .../views/application/ApplicationSetting.vue | 4 +-- ui/src/workflow/common/data.ts | 4 +-- ui/src/workflow/nodes/base-node/index.vue | 12 +++++--- ui/src/workflow/nodes/reranker-node/index.vue | 28 ++++++++++++++++--- 5 files changed, 38 insertions(+), 14 deletions(-) diff --git a/ui/src/locales/lang/zh_CN/views/application.ts b/ui/src/locales/lang/zh_CN/views/application.ts index 5554943278..43cb31fd43 100644 --- a/ui/src/locales/lang/zh_CN/views/application.ts +++ b/ui/src/locales/lang/zh_CN/views/application.ts @@ -39,7 +39,7 @@ export default { }, appDescription: { label: '应用描述', - placeholder: '描述该应用的应用场景及用途,如:MaxKB 小助手回答用户提出的 MaxKB 产品使用问题' + placeholder: '描述该应用的应用场景及用途,如:XXX 小助手回答用户提出的 XXX 产品使用问题' }, aiModel: { label: 'AI 模型', @@ -109,6 +109,6 @@ export default { 回答要求: - 请使用中文回答用户问题`, defaultPrologue: - '您好,我是 MaxKB 小助手,您可以向我提出 MaxKB 使用问题。\n- MaxKB 主要功能有什么?\n- MaxKB 支持哪些大语言模型?\n- MaxKB 支持哪些文档类型?' + '您好,我是 XXX 小助手,您可以向我提出 XXX 使用问题。\n- XXX 主要功能有什么?\n- XXX 如何收费?\n- 需要转人工服务' } } diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index 89f00f200e..b4e4296d76 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -297,7 +297,6 @@ v-model="applicationForm.prologue" style="height: 150px" @submitDialog="submitPrologueDialog" - :placeholder="defaultPrompt" /> @@ -322,6 +321,7 @@ v-model="applicationForm.stt_model_id" class="w-full" popper-class="select-model" + placeholder="请选择语音识别模型" > 添加 - + @@ -114,7 +118,7 @@ v-model="form_data.stt_model_id" class="w-full" popper-class="select-model" - placeholder="请输入" + placeholder="请选择语音识别模型" > >([]) const form = { name: '', desc: '', - prologue: - '您好,我是 MaxKB 小助手,您可以向我提出 MaxKB 使用问题。\n- MaxKB 主要功能有什么?\n- MaxKB 支持哪些大语言模型?\n- MaxKB 支持哪些文档类型?' + prologue: t('views.application.prompt.defaultPrologue') } const wheel = (e: any) => { diff --git a/ui/src/workflow/nodes/reranker-node/index.vue b/ui/src/workflow/nodes/reranker-node/index.vue index 4aaaef2707..8f6beeefec 100644 --- a/ui/src/workflow/nodes/reranker-node/index.vue +++ b/ui/src/workflow/nodes/reranker-node/index.vue @@ -8,11 +8,21 @@ require-asterisk-position="right" label-width="auto" ref="rerankerNodeFormRef" + hide-required-asterisk > - +