mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08: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.
|
// 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.
|
// Same as gpt-5.1-codex-max.
|
||||||
model_family!(
|
model_family!(
|
||||||
slug, slug,
|
slug, slug,
|
||||||
|
|||||||
Reference in New Issue
Block a user