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

This commit is contained in:
tt-P607
2025-10-21 11:59:26 +08:00
committed by Windpicker-owo
parent 237e53c847
commit b2fa9d36b4

View File

@@ -507,8 +507,8 @@ def process_llm_response(text: str, enable_splitter: bool = True, enable_chinese
def calculate_typing_time( def calculate_typing_time(
input_string: str, input_string: str,
thinking_start_time: float, thinking_start_time: float,
chinese_time: float = 0.1, chinese_time: float = 0.2,
english_time: float = 0.05, english_time: float = 0.1,
is_emoji: bool = False, is_emoji: bool = False,
) -> float: ) -> float:
""" """