mirror of https://github.com/Mai-with-u/MaiBot.git
Update private_generator.py
parent
478020f506
commit
3868c58e42
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue