chore(onboard): move xAI up in auth list

This commit is contained in:
Peter Steinberger
2026-02-06 22:41:19 -08:00
parent 31a7e4f937
commit 8d0e7997c8
4 changed files with 6 additions and 2 deletions

View File

@@ -155,8 +155,8 @@ export function buildAuthChoiceOptions(params: {
});
options.push({ value: "chutes", label: "Chutes (OAuth)" });
options.push({ value: "openai-api-key", label: "OpenAI API key" });
options.push({ value: "openrouter-api-key", label: "OpenRouter API key" });
options.push({ value: "xai-api-key", label: "xAI (Grok) API key" });
options.push({ value: "openrouter-api-key", label: "OpenRouter API key" });
options.push({
value: "ai-gateway-api-key",
label: "Vercel AI Gateway API key",