Only one branch for swiftfox (#3601)

Make each model family have a single branch.
This commit is contained in:
pakrym-oai
2025-09-14 16:56:22 -07:00
committed by GitHub
parent a30e5e40ee
commit 9177bdae5e

View File

@@ -113,7 +113,7 @@ pub fn find_family_for_model(slug: &str) -> Option<ModelFamily> {
simple_model_family!(slug, "gpt-4o")
} else if slug.starts_with("gpt-3.5") {
simple_model_family!(slug, "gpt-3.5")
} else if slug.starts_with("codex-") || slug.starts_with("swiftfox") {
} else if slug.starts_with("codex-") {
model_family!(
slug, slug,
supports_reasoning_summaries: true,