mirror of https://github.com/Mai-with-u/MaiBot.git
fix:私聊爆炸
parent
f709f8738b
commit
8b03ade31a
|
|
@ -75,6 +75,7 @@ class PrivateReplyer:
|
|||
stream_id: Optional[str] = None,
|
||||
reply_message: Optional[DatabaseMessages] = None,
|
||||
reply_time_point: Optional[float] = time.time(),
|
||||
unknown_words: Optional[List[str]] = None,
|
||||
) -> Tuple[bool, LLMGenerationDataModel]:
|
||||
# sourcery skip: merge-nested-ifs
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue