From 16b4d298024176a1aec7c0407549bda6da93b51b Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 19 Dec 2023 17:01:32 +0800 Subject: [PATCH] feat: --- ui/src/components/ai-chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index eab126a21..7eeaca059 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -292,7 +292,7 @@ function chatMessage() { ChatManagement.append(id, content) scrollInterval = setInterval(() => { handleScrollBottom() - }, 300) + }, 5000) } if (chunk.is_end) { clearInterval(scrollInterval)