【优化】Chat 字体滚动,如果stream结束,开始加速

This commit is contained in:
cherishsince 2024-05-17 18:08:57 +08:00
parent a3c5d253b3
commit 43a41290a0

View File

@ -141,7 +141,7 @@ const textRoll = async () => {
} }
// 30 // 30
if (!conversationInProgress.value) { if (!conversationInProgress.value) {
textSpeed.value = 30 textSpeed.value = 10
} }
console.log(`diff ${diff} 速度 ${textSpeed.value} `) console.log(`diff ${diff} 速度 ${textSpeed.value} `)