nit: change consolidation model (#17633)

This commit is contained in:
jif-oai
2026-04-13 13:02:07 +01:00
committed by GitHub
parent bacb92b1d7
commit 86bd0bc95c

View File

@@ -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.