From fffa43b3e93319503abefbab0ad60e5cc3fa5877 Mon Sep 17 00:00:00 2001 From: ivamp Date: Fri, 27 Sep 2024 23:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=BD=93=20ChatID=20=20?= =?UTF-8?q?=E4=B8=8D=E4=B8=BA=E7=A9=BA=E7=9A=84=E6=97=B6=E5=80=99=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/Chat.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 80be3b6..1cee267 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -19,7 +19,7 @@ 有什么我可以帮您的吗? -
+
我们有一些预设提示词,您可以点击来一键输入。 @@ -462,7 +462,7 @@ async function sendMessage( postData.name = overrideTitle.value; overrideTitle.value = ""; } - + if (overrideSystemPrompt.value) { postData.prompt = " "; }