mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Fix duplicate model display for OpenAI Codex provider (#10930)
Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
a08bd766ff
commit
f09718c5f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue