Skip to content

Commit 8976551

Browse files
authored
Fix ordering 2 (#6910)
1 parent f1d6767 commit 8976551

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

codex-rs/core/src/model_family.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,6 @@ pub fn find_family_for_model(slug: &str) -> Option<ModelFamily> {
173173
support_verbosity: true,
174174
truncation_policy: TruncationPolicy::Tokens(10_000),
175175
)
176-
} else if slug.starts_with("gpt-5.1-codex-max") {
177-
model_family!(
178-
slug, slug,
179-
supports_reasoning_summaries: true,
180-
reasoning_summary_format: ReasoningSummaryFormat::Experimental,
181-
base_instructions: GPT_5_1_CODEX_MAX_INSTRUCTIONS.to_string(),
182-
apply_patch_tool_type: Some(ApplyPatchToolType::Freeform),
183-
shell_type: ConfigShellToolType::ShellCommand,
184-
supports_parallel_tool_calls: true,
185-
support_verbosity: false,
186-
truncation_policy: TruncationPolicy::Tokens(10_000),
187-
)
188176

189177
// Production models.
190178
} else if slug.starts_with("gpt-5.1-codex-max") {

0 commit comments

Comments
 (0)