chore: mini (#11772)

https://github.com/openai/codex/issues/11764
This commit is contained in:
jif-oai
2026-02-13 19:30:49 +00:00
committed by GitHub
parent b934ffcaaa
commit c54a4ec078

View File

@@ -8,7 +8,7 @@ use serde::Serialize;
const ORCHESTRATOR_PROMPT: &str = include_str!("../../templates/agents/orchestrator.md");
/// Default model override used.
// TODO(jif) update when we have something smarter.
const EXPLORER_MODEL: &str = "gpt-5.3-codex-spark";
const EXPLORER_MODEL: &str = "gpt-5.1-codex-mini";
/// Enumerated list of all supported agent roles.
const ALL_ROLES: [AgentRole; 3] = [