fix:修复遥测,打字时间,图像识别

This commit is contained in:
SengokuCola
2025-06-02 17:46:17 +08:00
parent 2432c8d0ea
commit 4bf290d55f
3 changed files with 6 additions and 6 deletions

View File

@@ -392,8 +392,8 @@ def process_llm_response(text: str) -> list[str]:
def calculate_typing_time(
input_string: str,
thinking_start_time: float,
chinese_time: float = 0.2,
english_time: float = 0.1,
chinese_time: float = 0.3,
english_time: float = 0.15,
is_emoji: bool = False,
) -> float:
"""