Skip to content

Commit ef4b2ba

Browse files
committed
set verbosity to low for gpt-5.1 (match codex)
1 parent 64d28ea commit ef4b2ba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/opencode/src/provider/transform.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ export namespace ProviderTransform {
149149
result["reasoningEffort"] = "medium"
150150
}
151151

152+
if (modelID.endsWith("gpt-5.1")) {
153+
result["textVerbosity"] = "low"
154+
}
155+
152156
if (providerID === "opencode") {
153157
result["promptCacheKey"] = sessionID
154158
result["include"] = ["reasoning.encrypted_content"]

0 commit comments

Comments
 (0)