This commit is contained in:
jxxghp
2025-11-25 13:33:04 +08:00
4 changed files with 130 additions and 69 deletions

View File

@@ -69,8 +69,6 @@ class MoviePilotAgent:
"""初始化LLM模型"""
provider = settings.LLM_PROVIDER.lower()
api_key = settings.LLM_API_KEY
if not api_key:
raise ValueError("未配置 LLM_API_KEY")
if provider == "google":
if settings.PROXY_HOST: