Skip to content

Commit b939470

Browse files
committed
fix: add azure exclusion
1 parent ef4b2ba commit b939470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/provider/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export namespace ProviderTransform {
149149
result["reasoningEffort"] = "medium"
150150
}
151151

152-
if (modelID.endsWith("gpt-5.1")) {
152+
if (modelID.endsWith("gpt-5.1") && providerID !== "azure") {
153153
result["textVerbosity"] = "low"
154154
}
155155

0 commit comments

Comments
 (0)