This commit is contained in:
Colin McDonnell
2026-02-14 03:46:12 +00:00
committed by pullfrog[bot]
parent 375e8e4455
commit 6ac428ee2b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -145038,7 +145038,7 @@ var PREFERRED_MODEL = "gpt-5.3-codex";
var FALLBACK_MODEL = "gpt-5.2-codex";
function getCodexEffortConfig(model) {
return {
mini: { model: "codex-mini-latest", reasoningEffort: "low" },
mini: { model: "gpt-5.2-codex", reasoningEffort: "low" },
auto: { model },
max: { model, reasoningEffort: "high" }
};