mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 03:16:35 +00:00
fix: add azure exclusion
This commit is contained in:
parent
ef4b2baedc
commit
b939470302
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ export namespace ProviderTransform {
|
|||
result["reasoningEffort"] = "medium"
|
||||
}
|
||||
|
||||
if (modelID.endsWith("gpt-5.1")) {
|
||||
if (modelID.endsWith("gpt-5.1") && providerID !== "azure") {
|
||||
result["textVerbosity"] = "low"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue