之前改的打字有点快了()

This commit is contained in:
tt-P607
2025-10-21 11:59:26 +08:00
parent 08b990eb70
commit 82c288db6e

View File

@@ -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:
"""