nit: change model for phase 1 (#12137)

This commit is contained in:
jif-oai 2026-02-18 13:55:30 +00:00 committed by GitHub
parent 7b65b05e87
commit cc3bbd7852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ mod artifacts {
/// Phase 1 (startup extraction).
mod phase_one {
/// Default model used for phase 1.
pub(super) const MODEL: &str = "gpt-5.3-codex-spark";
pub(super) const MODEL: &str = "gpt-5.1-codex-mini";
/// Prompt used for phase 1.
pub(super) const PROMPT: &str = include_str!("../../templates/memories/stage_one_system.md");
/// Concurrency cap for startup memory extraction and consolidation scheduling.