mirror of
https://github.com/openai/codex.git
synced 2026-04-27 09:51:03 +03:00
chore: memories mini model (#16559)
This commit is contained in:
@@ -32,7 +32,7 @@ mod artifacts {
|
||||
/// Phase 1 (startup extraction).
|
||||
mod phase_one {
|
||||
/// Default model used for phase 1.
|
||||
pub(super) const MODEL: &str = "gpt-5.1-codex-mini";
|
||||
pub(super) const MODEL: &str = "gpt-5.4-mini";
|
||||
/// Default reasoning effort used for phase 1.
|
||||
pub(super) const REASONING_EFFORT: super::ReasoningEffort = super::ReasoningEffort::Low;
|
||||
/// Prompt used for phase 1.
|
||||
|
||||
Reference in New Issue
Block a user