feat(ui): add model thinking selector
This commit is contained in:
@@ -483,6 +483,7 @@ async function fetchProviders(instanceId: string): Promise<void> {
|
||||
providerId: provider.id,
|
||||
limit: model.limit,
|
||||
cost: model.cost,
|
||||
variantKeys: Object.keys(model.variants ?? {}),
|
||||
})),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user