mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
Fix system role for o-series models
This commit is contained in:
parent
906502f660
commit
db771c4f33
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ const extensiveModelOptionsFallback: VoidStaticProviderInfo['modelOptionsFallbac
|
|||
recognizedModelName,
|
||||
modelName,
|
||||
...opts,
|
||||
supportsSystemMessage: opts.supportsSystemMessage ? 'system-role' : false,
|
||||
supportsSystemMessage: opts.supportsSystemMessage ?? false,
|
||||
cost: { input: 0, output: 0 },
|
||||
downloadable: false,
|
||||
...fallbackKnownValues
|
||||
|
|
|
|||
Loading…
Reference in a new issue