chore(onboard): reorder xAI + Qianfan providers
parent
ad4dd0422e
commit
85ed6c7fa4
|
|
@ -39,18 +39,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: "qianfan",
|
|
||||||
label: "Qianfan",
|
|
||||||
hint: "API key",
|
|
||||||
choices: ["qianfan-api-key"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "openai",
|
value: "openai",
|
||||||
label: "OpenAI",
|
label: "OpenAI",
|
||||||
|
|
@ -105,6 +93,12 @@ const AUTH_CHOICE_GROUP_DEFS: {
|
||||||
hint: "API key",
|
hint: "API key",
|
||||||
choices: ["zai-api-key"],
|
choices: ["zai-api-key"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "qianfan",
|
||||||
|
label: "Qianfan",
|
||||||
|
hint: "API key",
|
||||||
|
choices: ["qianfan-api-key"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "copilot",
|
value: "copilot",
|
||||||
label: "Copilot",
|
label: "Copilot",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue