We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790e994 commit b5d61b7Copy full SHA for b5d61b7
1 file changed
packages/opencode/src/provider/transform.ts
@@ -90,7 +90,7 @@ export namespace ProviderTransform {
90
result["promptCacheKey"] = sessionID
91
}
92
93
- if (modelID.includes("gpt-5")) {
+ if (modelID.includes("gpt-5") && !modelID.includes("gpt-5-chat")) {
94
result["reasoningEffort"] = "minimal"
95
if (providerID !== "azure") {
96
result["textVerbosity"] = "low"
0 commit comments