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",
|
value: "fireworks",
|
||||||
label: "Fireworks AI",
|
label: "Fireworks AI",
|
||||||
hint: "Serverless inference (DeepSeek, Qwen, Llama)",
|
hint: "US-based fast inference (DeepSeek, Qwen, Llama)",
|
||||||
choices: ["fireworks-api-key"],
|
choices: ["fireworks-api-key"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -157,7 +157,7 @@ export function buildAuthChoiceOptions(params: {
|
|||||||
options.push({
|
options.push({
|
||||||
value: "fireworks-api-key",
|
value: "fireworks-api-key",
|
||||||
label: "Fireworks AI 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({
|
options.push({
|
||||||
value: "github-copilot",
|
value: "github-copilot",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user