mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 10:34:47 +00:00
disable thinking for opencode zen and gpt-5 temporarily
This commit is contained in:
@@ -98,8 +98,8 @@ export namespace ProviderTransform {
|
|||||||
}
|
}
|
||||||
if (providerID === "opencode") {
|
if (providerID === "opencode") {
|
||||||
result["promptCacheKey"] = sessionID
|
result["promptCacheKey"] = sessionID
|
||||||
result["include"] = ["reasoning.encrypted_content"]
|
// result["include"] = ["reasoning.encrypted_content"]
|
||||||
result["reasoningSummary"] = "detailed"
|
// result["reasoningSummary"] = "detailed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
|
|||||||
Reference in New Issue
Block a user