mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-02-14 16:26:51 +08:00
AI 路由开关
This commit is contained in:
@@ -42,4 +42,6 @@ class Config(object):
|
||||
self.ALIYUN_IMAGE = yconfig.get("aliyun_image", {})
|
||||
self.GEMINI_IMAGE = yconfig.get("gemini_image", {})
|
||||
self.GEMINI = yconfig.get("gemini", {})
|
||||
self.AI_ROUTER = yconfig.get("ai_router", {"enable": True, "allowed_groups": []})
|
||||
self.MAX_HISTORY = yconfig.get("MAX_HISTORY", 300)
|
||||
self.SEND_RATE_LIMIT = yconfig.get("send_rate_limit", 0)
|
||||
|
||||
Reference in New Issue
Block a user