Update private_generator.py

pull/1459/head
SengokuCola 2025-12-24 00:03:25 +08:00
parent 478020f506
commit 3868c58e42
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ class PrivateReplyer:
reply_message: Optional[DatabaseMessages] = None,
reply_time_point: Optional[float] = time.time(),
unknown_words: Optional[List[str]] = None,
log_reply: bool = True,
) -> Tuple[bool, LLMGenerationDataModel]:
# sourcery skip: merge-nested-ifs
"""