test(openai): prefer canonical GPT refs

This commit is contained in:
Peter Steinberger
2026-04-23 20:47:29 +01:00
parent 384eb6bc66
commit ff56a9d41b
16 changed files with 33 additions and 33 deletions

View File

@@ -119,12 +119,12 @@ function buildOpenAICodexOAuthResult(params: {
agents: {
defaults: {
models: {
"openai-codex/gpt-5.5": {},
"openai/gpt-5.5": {},
},
},
},
},
defaultModel: "openai-codex/gpt-5.5",
defaultModel: "openai/gpt-5.5",
notes: undefined,
};
}