diff --git a/src/wizard/onboarding.ts b/src/wizard/onboarding.ts index b7aec0a73d..91f1e967fe 100644 --- a/src/wizard/onboarding.ts +++ b/src/wizard/onboarding.ts @@ -403,7 +403,7 @@ export async function runOnboardingWizard( nextConfig = authResult.config; } - if (authChoiceFromPrompt) { + if (authChoiceFromPrompt && authChoice !== "custom-api-key") { const modelSelection = await promptDefaultModel({ config: nextConfig, prompter,