mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
chore: typescript error
This commit is contained in:
parent
ef73926db6
commit
58baca2a5b
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue