This commit is contained in:
2026-03-18 14:50:24 +08:00
parent 3a58925764
commit 7e5e02c7e6
10 changed files with 231 additions and 25 deletions

View File

@@ -205,4 +205,4 @@ MEDIA_ROOT = BASE_DIR / "media"
# LLM Configuration
LLM_API_KEY = os.environ.get("LLM_API_KEY", "")
LLM_BASE_URL = os.environ.get("LLM_BASE_URL", "https://api.deepseek.com")
LLM_MODEL = os.environ.get("LLM_MODEL", "deepseek-chat")
LLM_MODEL = os.environ.get("LLM_MODEL", "deepseek-reasoner")