fix: remove codex-cli from MODELS_BY_PROVIDER type exclusion

This commit is contained in:
Roo Code 2025-09-17 01:28:48 +00:00
parent 26d766bd7b
commit d50567ffbd

View file

@ -492,7 +492,7 @@ export const getApiProtocol = (provider: ProviderName | undefined, modelId?: str
}
export const MODELS_BY_PROVIDER: Record<
Exclude<ProviderName, "fake-ai" | "human-relay" | "gemini-cli" | "lmstudio" | "openai" | "ollama" | "codex-cli">,
Exclude<ProviderName, "fake-ai" | "human-relay" | "gemini-cli" | "lmstudio" | "openai" | "ollama">,
{ id: ProviderName; label: string; models: string[] }
> = {
anthropic: {