Revert "fix(llm): DeepSeek напрямую (api.deepseek.com) вместо LiteLLM"

This reverts commit b6492f2241.
This commit is contained in:
2026-06-14 07:53:53 +04:00
parent b6492f2241
commit 5dd06c6dce
+2 -2
View File
@@ -17,8 +17,8 @@ import httpx
# ── Конфигурация ──────────────────────────────────────────────── # ── Конфигурация ────────────────────────────────────────────────
DEFAULT_URL = "https://api.deepseek.com/v1/chat/completions" DEFAULT_URL = "https://api.aillm.ru/v1/chat/completions"
DEFAULT_MODEL = "deepseek-chat" DEFAULT_MODEL = "gpt-oss-120b"
def ask(prompt: str, model: str = None, max_tokens: int = 8000) -> dict: def ask(prompt: str, model: str = None, max_tokens: int = 8000) -> dict: