Browse Source

fix: add azure exclusion

Aiden Cline 3 months ago
parent
commit
b939470302
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/provider/transform.ts

+ 1 - 1
packages/opencode/src/provider/transform.ts

@@ -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"
       }