style:fmt

This commit is contained in:
aries_ckt
2023-09-13 14:20:04 +08:00
parent 98a94268f0
commit 1b49267976
7 changed files with 35 additions and 32 deletions

View File

@@ -43,9 +43,7 @@ class ExcelLearning(BaseChat):
"select_param": select_param,
"model_name": model_name,
}
super().__init__(
chat_param=chat_param
)
super().__init__(chat_param=chat_param)
if parent_mode:
self.current_message.chat_mode = parent_mode.value()