This commit is contained in:
wangdan-fit2cloud 2023-12-19 17:01:32 +08:00
parent 1de6fca2df
commit 16b4d29802

View File

@ -292,7 +292,7 @@ function chatMessage() {
ChatManagement.append(id, content)
scrollInterval = setInterval(() => {
handleScrollBottom()
}, 300)
}, 5000)
}
if (chunk.is_end) {
clearInterval(scrollInterval)