feat(auth): add DeepSeek API and fix

This commit is contained in:
Dadash Huseynzade 2026-01-26 21:21:48 +04:00
parent 301a9f5068
commit 37bee604b1
2 changed files with 32 additions and 31 deletions

View File

@ -245,6 +245,7 @@ export function buildAuthChoiceOptions(params: {
label: "MiniMax M2.1 Lightning", label: "MiniMax M2.1 Lightning",
hint: "Faster, higher output cost", hint: "Faster, higher output cost",
}); });
options.push({ value: "deepseek-api-key", label: "DeepSeek API key" });
if (params.includeSkip) { if (params.includeSkip) {
options.push({ value: "skip", label: "Skip for now" }); options.push({ value: "skip", label: "Skip for now" });
} }