mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
nit: change model for phase 1 (#12137)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user