Skip to content

Commit 87716e7

Browse files
authored
NITs (#6911)
1 parent 8976551 commit 87716e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codex-rs/core/src/model_family.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const BASE_INSTRUCTIONS: &str = include_str!("../prompt.md");
1212

1313
const GPT_5_CODEX_INSTRUCTIONS: &str = include_str!("../gpt_5_codex_prompt.md");
1414
const GPT_5_1_INSTRUCTIONS: &str = include_str!("../gpt_5_1_prompt.md");
15-
const GPT_5_1_CODEX_MAX_INSTRUCTIONS: &str = include_str!("../gpt-5.1-codex-max_prompt.md");
1615

1716
/// A model family is a group of models that share certain characteristics.
1817
#[derive(Debug, Clone, PartialEq, Eq, Hash)]

0 commit comments

Comments
 (0)