mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
codex: initialize model selector in auto review fixture
This commit is contained in:
@@ -233,6 +233,7 @@ fn remote_model_with_auto_review_override(slug: &str, review_model: &str) -> Mod
|
||||
supports_search_tool: false,
|
||||
auto_review_model_override: Some(review_model.to_string()),
|
||||
tool_mode: None,
|
||||
multi_agent_version: None,
|
||||
priority: 1,
|
||||
additional_speed_tiers: Vec::new(),
|
||||
service_tiers: Vec::new(),
|
||||
|
||||
Reference in New Issue
Block a user