Rename the model (#1942)

This commit is contained in:
pakrym-oai
2025-08-07 09:07:51 -07:00
committed by GitHub
parent c87fb83d81
commit 7e9ecfbc6a
3 changed files with 3 additions and 12 deletions

View File

@@ -89,9 +89,9 @@ pub fn find_family_for_model(slug: &str) -> Option<ModelFamily> {
simple_model_family!(slug, "gpt-oss")
} else if slug.starts_with("gpt-3.5") {
simple_model_family!(slug, "gpt-3.5")
} else if slug.starts_with("2025-08-06-model") {
} else if slug.starts_with("gpt-5") {
model_family!(
slug, "2025-08-06-model",
slug, "gpt-5",
supports_reasoning_summaries: true,
)
} else {