Tweak
This commit is contained in:
committed by
pullfrog[bot]
parent
375e8e4455
commit
6ac428ee2b
@@ -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" }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user