之前改的打字有点快了()
This commit is contained in:
@@ -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:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user