mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
disable thinking for opencode zen and gpt-5 temporarily
This commit is contained in:
parent
8e17570c53
commit
d4c01f858b
1 changed files with 2 additions and 2 deletions
|
|
@ -98,8 +98,8 @@ export namespace ProviderTransform {
|
|||
}
|
||||
if (providerID === "opencode") {
|
||||
result["promptCacheKey"] = sessionID
|
||||
result["include"] = ["reasoning.encrypted_content"]
|
||||
result["reasoningSummary"] = "detailed"
|
||||
// result["include"] = ["reasoning.encrypted_content"]
|
||||
// result["reasoningSummary"] = "detailed"
|
||||
}
|
||||
}
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue