mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tweak: 5.1 -> 5. in transform
This commit is contained in:
parent
f3a33d41f1
commit
f9674793af
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ export namespace ProviderTransform {
|
|||
result["reasoningEffort"] = "medium"
|
||||
}
|
||||
|
||||
if (model.api.id.endsWith("gpt-5.1") && model.providerID !== "azure") {
|
||||
if (model.api.id.endsWith("gpt-5.") && model.providerID !== "azure") {
|
||||
result["textVerbosity"] = "low"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue