ソースを参照

turn on codex medium reasoning again

Dax Raad 4 ヶ月 前
コミット
bd0ba5ab88
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/opencode/src/provider/transform.ts

+ 1 - 1
packages/opencode/src/provider/transform.ts

@@ -92,7 +92,7 @@ export namespace ProviderTransform {
     }
     }
 
 
     if (modelID.includes("gpt-5") && !modelID.includes("gpt-5-chat")) {
     if (modelID.includes("gpt-5") && !modelID.includes("gpt-5-chat")) {
-      if (!modelID.includes("codex")) result["reasoningEffort"] = "medium"
+      result["reasoningEffort"] = "medium"
       if (providerID !== "azure") {
       if (providerID !== "azure") {
         result["textVerbosity"] = modelID.includes("codex") ? "medium" : "low"
         result["textVerbosity"] = modelID.includes("codex") ? "medium" : "low"
       }
       }