feat(agent): expand LLM provider and wizard support

This commit is contained in:
jxxghp
2026-05-08 08:09:50 +08:00
parent 2d2c2a01eb
commit 05d720d81f
6 changed files with 1080 additions and 72 deletions

View File

@@ -501,7 +501,7 @@ class ConfigModel(BaseModel):
AI_AGENT_ENABLE: bool = False
# 合局AI智能体
AI_AGENT_GLOBAL: bool = False
# LLM提供商 (openai/google/deepseek)
# LLM提供商(支持内置 provider以及从 models.dev 动态补充的平台)
LLM_PROVIDER: str = "deepseek"
# LLM模型名称
LLM_MODEL: str = "deepseek-chat"