mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 20:30:51 +08:00
add default medium reasoning case for gpt-5-codex-mini
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -82,6 +82,8 @@ func (e *CodexExecutor) Execute(ctx context.Context, auth *cliproxyauth.Auth, re
|
|||||||
body, _ = sjson.SetBytes(body, "reasoning.effort", "medium")
|
body, _ = sjson.SetBytes(body, "reasoning.effort", "medium")
|
||||||
case "gpt-5-codex-mini-high":
|
case "gpt-5-codex-mini-high":
|
||||||
body, _ = sjson.SetBytes(body, "reasoning.effort", "high")
|
body, _ = sjson.SetBytes(body, "reasoning.effort", "high")
|
||||||
|
default:
|
||||||
|
body, _ = sjson.SetBytes(body, "reasoning.effort", "medium")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user