Skip to content

Commit d1be5bc

Browse files
committed
Remove default level to defer to API level or user selection
1 parent 6d86324 commit d1be5bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/opencode/src/provider/transform.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,6 @@ export function options(input: {
11501150
}
11511151

11521152
if (input.model.providerID === "meta" && input.model.api.npm === "@ai-sdk/openai") {
1153-
result["reasoningEffort"] = "high"
11541153
result["reasoningSummary"] = "auto"
11551154
result["include"] = INCLUDE_ENCRYPTED_REASONING
11561155
}

0 commit comments

Comments
 (0)