chore(onboarding): update Fireworks AI hint to US-based fast inference
This commit is contained in:
parent
97c4f560db
commit
d97cb26c38
@ -75,7 +75,7 @@ const AUTH_CHOICE_GROUP_DEFS: {
|
||||
{
|
||||
value: "fireworks",
|
||||
label: "Fireworks AI",
|
||||
hint: "Serverless inference (DeepSeek, Qwen, Llama)",
|
||||
hint: "US-based fast inference (DeepSeek, Qwen, Llama)",
|
||||
choices: ["fireworks-api-key"],
|
||||
},
|
||||
{
|
||||
@ -157,7 +157,7 @@ export function buildAuthChoiceOptions(params: {
|
||||
options.push({
|
||||
value: "fireworks-api-key",
|
||||
label: "Fireworks AI API key",
|
||||
hint: "Serverless inference (DeepSeek, Qwen, Llama, and more)",
|
||||
hint: "US-based fast inference (DeepSeek, Qwen, Llama, and more)",
|
||||
});
|
||||
options.push({
|
||||
value: "github-copilot",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user