Merge PR #1316 to remove overly broad "codex" keyword from openai_codex provider

fix: remove overly broad "codex" keyword from openai_codex provider
This commit is contained in:
Xubin Ren
2026-02-28 12:14:30 +08:00
committed by GitHub

View File

@@ -201,7 +201,7 @@ PROVIDERS: tuple[ProviderSpec, ...] = (
# OpenAI Codex: uses OAuth, not API key.
ProviderSpec(
name="openai_codex",
keywords=("openai-codex", "codex"),
keywords=("openai-codex",),
env_key="", # OAuth-based, no API key
display_name="OpenAI Codex",
litellm_prefix="", # Not routed through LiteLLM