From b2fa9d36b47a6bc131833a15025d208c26328e18 Mon Sep 17 00:00:00 2001 From: tt-P607 <68868379+tt-P607@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:59:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=8B=E5=89=8D=E6=94=B9=E7=9A=84=E6=89=93?= =?UTF-8?q?=E5=AD=97=E6=9C=89=E7=82=B9=E5=BF=AB=E4=BA=86=EF=BC=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/utils/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chat/utils/utils.py b/src/chat/utils/utils.py index 89fbe5d42..876cbc14f 100644 --- a/src/chat/utils/utils.py +++ b/src/chat/utils/utils.py @@ -507,8 +507,8 @@ def process_llm_response(text: str, enable_splitter: bool = True, enable_chinese def calculate_typing_time( input_string: str, thinking_start_time: float, - chinese_time: float = 0.1, - english_time: float = 0.05, + chinese_time: float = 0.2, + english_time: float = 0.1, is_emoji: bool = False, ) -> float: """