Compare commits

...

1 Commits

Author SHA1 Message Date
Kevin Liu
205d60addd Keep memory extraction on gpt-5.4-mini 2026-04-23 15:57:01 -07:00

View File

@@ -67,7 +67,7 @@ mod phase_one {
/// Phase 2 (aka `Consolidation`).
mod phase_two {
/// Default model used for phase 2.
pub(super) const MODEL: &str = "gpt-5.4";
pub(super) const MODEL: &str = "gpt-5.5";
/// 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.