support 1p (#7945)
# External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes. Include a link to a bug report or enhancement request.
This commit is contained in:
parent
4d2deb1098
commit
54feceea46
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ pub(super) fn find_family_for_model(slug: &str) -> ModelFamily {
|
|||
)
|
||||
|
||||
// Experimental models.
|
||||
} else if slug.starts_with("exp-codex") {
|
||||
} else if slug.starts_with("exp-codex") || slug.starts_with("codex-1p") {
|
||||
// Same as gpt-5.1-codex-max.
|
||||
model_family!(
|
||||
slug, slug,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue