mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
nit: change consolidation model (#17633)
This commit is contained in:
@@ -65,7 +65,7 @@ mod phase_one {
|
||||
/// Phase 2 (aka `Consolidation`).
|
||||
mod phase_two {
|
||||
/// Default model used for phase 2.
|
||||
pub(super) const MODEL: &str = "gpt-5.3-codex";
|
||||
pub(super) const MODEL: &str = "gpt-5.4";
|
||||
/// Default reasoning effort used for phase 2.
|
||||
pub(super) const REASONING_EFFORT: super::ReasoningEffort = super::ReasoningEffort::Medium;
|
||||
/// Lease duration (seconds) for phase-2 consolidation job ownership.
|
||||
|
||||
Reference in New Issue
Block a user