mirror of
https://github.com/openai/codex.git
synced 2026-05-04 11:26:33 +00:00
Update models.json (#18586)
- Replace the active models-manager catalog with the deleted core catalog contents. - Replace stale hardcoded test model slugs with current bundled model slugs. - Keep this as a stacked change on top of the cleanup PR.
This commit is contained in:
@@ -26,7 +26,7 @@ fn collab_mode_with_instructions(instructions: Option<&str>) -> CollaborationMod
|
||||
CollaborationMode {
|
||||
mode: ModeKind::Default,
|
||||
settings: Settings {
|
||||
model: "gpt-5.1".to_string(),
|
||||
model: "gpt-5.4".to_string(),
|
||||
reasoning_effort: None,
|
||||
developer_instructions: instructions.map(str::to_string),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user