From 52cf43a479e1506bdf492d54590e1732386c31fa Mon Sep 17 00:00:00 2001 From: fxjhello <2395112364@qq.com> Date: Mon, 22 May 2023 14:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=A0=BC=E5=BC=8F=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/src/views/chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/src/views/chat/index.vue b/views/src/views/chat/index.vue index c1418df..b9eac9b 100644 --- a/views/src/views/chat/index.vue +++ b/views/src/views/chat/index.vue @@ -78,7 +78,7 @@ async function handleSubmit() { scrollToBottom() const res = await bing_search({ question: prompt.value }) - const result = `${res.data.response}\n\n数据来源:\n\n${res.data.source_documents}` + const result = `${res.data.response}\n\n数据来源:\n\n>${res.data.source_documents.join('>')}` addChat( +uuid, {