mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Update explorer role default model (#10748)
Summary - switch the explorer role in core agent configuration to use `gpt-5.1-codex-mini` as the default model override - leave other role defaults untouched Testing - Not run (not requested)
This commit is contained in:
@@ -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.2-codex";
|
||||
const EXPLORER_MODEL: &str = "gpt-5.1-codex-mini";
|
||||
|
||||
/// Enumerated list of all supported agent roles.
|
||||
const ALL_ROLES: [AgentRole; 3] = [
|
||||
|
||||
Reference in New Issue
Block a user