From 301a9f50685f1f9c573f0a6e8e0d5450cbc69468 Mon Sep 17 00:00:00 2001 From: Dadash Huseynzade Date: Mon, 26 Jan 2026 21:00:55 +0400 Subject: [PATCH] feat: add DeepSeek provider support --- src/commands/auth-choice.apply.api-providers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/auth-choice.apply.api-providers.ts b/src/commands/auth-choice.apply.api-providers.ts index 92b8e21ef..65f72df9a 100644 --- a/src/commands/auth-choice.apply.api-providers.ts +++ b/src/commands/auth-choice.apply.api-providers.ts @@ -36,6 +36,7 @@ import { SYNTHETIC_DEFAULT_MODEL_REF, VENICE_DEFAULT_MODEL_REF, VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF, + setDeepSeekApiKey, setGeminiApiKey, setKimiCodeApiKey, setMoonshotApiKey,