Fix duplicate model display for OpenAI Codex provider (#10930)

Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
roomote[bot] 2026-01-23 19:18:22 -08:00 committed by GitHub
parent a08bd766ff
commit f09718c5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,6 +133,7 @@ export const PROVIDERS_WITH_CUSTOM_MODEL_UI: ProviderName[] = [
"unbound",
"deepinfra",
"openai", // OpenAI Compatible
"openai-codex", // OpenAI Codex has custom UI with auth and rate limits
"litellm",
"io-intelligence",
"vercel-ai-gateway",