mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:48:27 +00:00
chore(onboard): move xAI below Google
This commit is contained in:
@@ -38,12 +38,6 @@ const AUTH_CHOICE_GROUP_DEFS: {
|
|||||||
hint?: string;
|
hint?: string;
|
||||||
choices: AuthChoice[];
|
choices: AuthChoice[];
|
||||||
}[] = [
|
}[] = [
|
||||||
{
|
|
||||||
value: "xai",
|
|
||||||
label: "xAI (Grok)",
|
|
||||||
hint: "API key",
|
|
||||||
choices: ["xai-api-key"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "openai",
|
value: "openai",
|
||||||
label: "OpenAI",
|
label: "OpenAI",
|
||||||
@@ -74,6 +68,12 @@ const AUTH_CHOICE_GROUP_DEFS: {
|
|||||||
hint: "Gemini API key + OAuth",
|
hint: "Gemini API key + OAuth",
|
||||||
choices: ["gemini-api-key", "google-antigravity", "google-gemini-cli"],
|
choices: ["gemini-api-key", "google-antigravity", "google-gemini-cli"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "xai",
|
||||||
|
label: "xAI (Grok)",
|
||||||
|
hint: "API key",
|
||||||
|
choices: ["xai-api-key"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "openrouter",
|
value: "openrouter",
|
||||||
label: "OpenRouter",
|
label: "OpenRouter",
|
||||||
|
|||||||
Reference in New Issue
Block a user