mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 20:51:23 +00:00
fix(onboarding): remove redundant model spread fallback
This commit is contained in:
@@ -256,7 +256,7 @@ export function applyMinimaxHostedConfig(
|
||||
defaults: {
|
||||
...next.agents?.defaults,
|
||||
model: {
|
||||
...(next.agents?.defaults?.model ?? {}),
|
||||
...next.agents?.defaults?.model,
|
||||
primary: MINIMAX_HOSTED_MODEL_REF,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user