add family to gpt 5.2 codex in codex plugin
This commit is contained in:
parent
4eb6b57503
commit
16b2bfa8ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue