fix(onboarding): remove redundant model spread fallback
This commit is contained in:
parent
6f91bcafdb
commit
b5c32a4c79
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue