mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
fix: skip model picker for custom endpoint (#11106) (thanks @MackDing)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user