From 578928d66720a75e6d06611324532dcb711e079c Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期三, 22 一月 2025 10:36:16 +0800 Subject: [PATCH] 统计重复问题 --- src/components/chat/Chat.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index edbcb0d..808f898 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -401,9 +401,7 @@ try { const [userItem, assistantItem] = addChatItem(content); - resMsgContent = await questionAi(content.values); - updateLoadIndex(); userItem.historyId = questionRes?.history_id; -- Gitblit v1.9.3