Skip to content

Commit b6478dc

Browse files
fix(opencode): default Meta reasoning to xhigh (anomalyco#36976)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
1 parent 571e7b8 commit b6478dc

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
@@ -1150,7 +1150,7 @@ export function options(input: {
11501150
}
11511151

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

0 commit comments

Comments
 (0)