change to ds chat

This commit is contained in:
2026-03-25 20:47:20 -06:00
parent fb747f9df4
commit 24f691e7fb

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-reasoner")
LLM_MODEL = os.environ.get("LLM_MODEL", "deepseek-chat")