删除无用的AI调用逻辑
This commit is contained in:
@@ -20,10 +20,6 @@ class Config(object):
|
||||
def reload(self) -> None:
|
||||
yconfig = self._load_config()
|
||||
|
||||
self.CLAUDE = yconfig.get("claude", {})
|
||||
self.DEEPSEEK = yconfig.get("deepseek", {})
|
||||
self.DOUBAO = yconfig.get("doubao", {})
|
||||
|
||||
# DB config
|
||||
self.mariadb = yconfig.get("db_config", {})
|
||||
self.redis = yconfig.get("redis_config", {})
|
||||
|
||||
Reference in New Issue
Block a user