fix(onboarding): remove redundant model spread fallback
parent
6f91bcafdb
commit
b5c32a4c79
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue