We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d23e5 commit 53e0874Copy full SHA for 53e0874
1 file changed
src/commands/models/shared.ts
@@ -158,8 +158,8 @@ export function upsertCanonicalModelConfigEntry(
158
...models[legacyKey],
159
...models[key],
160
params: {
161
- ...(models[legacyKey].params ?? {}),
162
- ...(models[key]?.params ?? {}),
+ ...models[legacyKey].params,
+ ...models[key]?.params,
163
},
164
};
165
} else if (!models[key]) {
0 commit comments