We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RevChatGPTChatbotConfigModel
1 parent c72a40a commit ae635dcCopy full SHA for ae635dc
aishell/models/revchatgpt_chatbot_config_model.py
@@ -18,6 +18,3 @@ def check_at_least_one_account_info(cls, values: dict[str, Optional[str]]):
18
raise ValueError('No information for authentication provided.')
19
20
return values
21
-
22
- class Config:
23
- frozen = True
0 commit comments