From 43a41290a0858af11708116964e28b5dd5c09b0d Mon Sep 17 00:00:00 2001 From: cherishsince Date: Fri, 17 May 2024 18:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91Chat=20?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E6=BB=9A=E5=8A=A8=EF=BC=8C=E5=A6=82=E6=9E=9C?= =?UTF-8?q?stream=E7=BB=93=E6=9D=9F=EF=BC=8C=E5=BC=80=E5=A7=8B=E5=8A=A0?= =?UTF-8?q?=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ai/chat/index.vue b/src/views/ai/chat/index.vue index e87f95c7..f1635d98 100644 --- a/src/views/ai/chat/index.vue +++ b/src/views/ai/chat/index.vue @@ -141,7 +141,7 @@ const textRoll = async () => { } // 对话结束,就按30的速度 if (!conversationInProgress.value) { - textSpeed.value = 30 + textSpeed.value = 10 } console.log(`diff ${diff} 速度 ${textSpeed.value} `)