mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-11 02:31:25 +08:00
feat(agent): expand LLM provider and wizard support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user