Skip to content

Commit ae635dc

Browse files
committed
Make RevChatGPTChatbotConfigModel not frozen
1 parent c72a40a commit ae635dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aishell/models/revchatgpt_chatbot_config_model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ def check_at_least_one_account_info(cls, values: dict[str, Optional[str]]):
1818
raise ValueError('No information for authentication provided.')
1919

2020
return values
21-
22-
class Config:
23-
frozen = True

0 commit comments

Comments
 (0)