From d97cb26c386c14eff5666a199a9c027fb0c00ffe Mon Sep 17 00:00:00 2001 From: Dylan Huang Date: Mon, 26 Jan 2026 15:21:37 -0800 Subject: [PATCH] chore(onboarding): update Fireworks AI hint to US-based fast inference --- src/commands/auth-choice-options.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index 75b795b1c..1f9dac49e 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -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",