File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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" ) {
You can’t perform that action at this time.
0 commit comments