mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user