From 03080e12de7de3fec89b2f77fcf9f73c02bc6cf0 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 30 十月 2024 14:33:12 +0800 Subject: [PATCH] 获取相似问题,group_type --- src/components/chat/components/playBar/PlayBar.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/chat/components/playBar/PlayBar.vue b/src/components/chat/components/playBar/PlayBar.vue index 21e61fd..6c36c6f 100644 --- a/src/components/chat/components/playBar/PlayBar.vue +++ b/src/components/chat/components/playBar/PlayBar.vue @@ -213,6 +213,7 @@ lastIsFinish = false; const res = await querySimilarityHistory({ question: text, + group_type:activeGroupType.value }); lastIsFinish = true; const handleValues = res?.values ?? []; -- Gitblit v1.9.3