UI: label Qwen provider

This commit is contained in:
Muhammed Mukhthar CM
2026-01-17 20:28:15 +00:00
committed by Peter Steinberger
parent a760db9921
commit b56b67cdbd
8 changed files with 19 additions and 19 deletions

View File

@@ -196,7 +196,7 @@ export function buildAuthChoiceOptions(params: {
});
options.push({ value: "gemini-api-key", label: "Google Gemini API key" });
options.push({ value: "zai-api-key", label: "Z.AI (GLM 4.7) API key" });
options.push({ value: "qwen-portal", label: "Qwen Portal OAuth" });
options.push({ value: "qwen-portal", label: "Qwen OAuth" });
options.push({ value: "apiKey", label: "Anthropic API key" });
// Token flow is currently Anthropic-only; use CLI for advanced providers.
options.push({