chore: typescript error
Some checks are pending
deploy / deploy (push) Waiting to run
publish / publish (push) Waiting to run

This commit is contained in:
adamdottv 2025-06-30 15:46:10 -05:00
parent ef73926db6
commit 58baca2a5b
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -254,6 +254,7 @@ export namespace Provider {
const parsedModel: ModelsDev.Model = {
id: modelID,
name: model.name ?? existing?.name ?? modelID,
release_date: model.release_date ?? existing?.release_date,
attachment: model.attachment ?? existing?.attachment ?? false,
reasoning: model.reasoning ?? existing?.reasoning ?? false,
temperature: model.temperature ?? existing?.temperature ?? false,