mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 00:31:22 +00:00
fix(ollama): don't auto-pull glm-4.7-flash during Local mode onboarding
This commit is contained in:
committed by
Peter Steinberger
parent
4cc0bb07c1
commit
1ee548da05
@@ -486,7 +486,8 @@ export async function runSetupWizard(
|
||||
const modelSelection = await promptDefaultModel({
|
||||
config: nextConfig,
|
||||
prompter,
|
||||
allowKeep: true,
|
||||
// For ollama, don't allow "keep current" since we may need to download the selected model
|
||||
allowKeep: authChoice !== "ollama",
|
||||
ignoreAllowlist: true,
|
||||
includeProviderPluginSetups: true,
|
||||
preferredProvider: await resolvePreferredProviderForAuthChoice({
|
||||
|
||||
Reference in New Issue
Block a user