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)