mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
turn on codex medium reasoning again
This commit is contained in:
parent
ea993976b0
commit
bd0ba5ab88
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export namespace ProviderTransform {
|
|||
}
|
||||
|
||||
if (modelID.includes("gpt-5") && !modelID.includes("gpt-5-chat")) {
|
||||
if (!modelID.includes("codex")) result["reasoningEffort"] = "medium"
|
||||
result["reasoningEffort"] = "medium"
|
||||
if (providerID !== "azure") {
|
||||
result["textVerbosity"] = modelID.includes("codex") ? "medium" : "low"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue