去除无效大模型配置

This commit is contained in:
liuwei
2025-05-26 17:16:37 +08:00
parent c6f1bd4e93
commit 56542bdde6

View File

@@ -27,9 +27,6 @@ class Config(object):
def reload(self) -> None:
yconfig = self._load_config()
logging.config.dictConfig(yconfig["logging"])
self.GROUPS = yconfig["groups"]["enable"]
self.NEWS = yconfig["news"]["receivers"]
self.REPORT_REMINDERS = yconfig["report_reminder"]["receivers"]
self.CHATGPT = yconfig.get("chatgpt", {})
self.TIGERBOT = yconfig.get("tigerbot", {})