add family to gpt 5.2 codex in codex plugin
This commit is contained in:
@@ -387,6 +387,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
|
|||||||
headers: {},
|
headers: {},
|
||||||
release_date: "2025-12-18",
|
release_date: "2025-12-18",
|
||||||
variants: {} as Record<string, Record<string, any>>,
|
variants: {} as Record<string, Record<string, any>>,
|
||||||
|
family: "gpt-codex",
|
||||||
}
|
}
|
||||||
model.variants = ProviderTransform.variants(model)
|
model.variants = ProviderTransform.variants(model)
|
||||||
provider.models["gpt-5.2-codex"] = model
|
provider.models["gpt-5.2-codex"] = model
|
||||||
|
|||||||
Reference in New Issue
Block a user