feat(llm_clients): 添加codex_oauth模型到验证器列表

This commit is contained in:
陆张弛 2026-03-14 11:00:47 +08:00
parent 24f53bc237
commit e784cddb62
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@ VALID_MODELS = {
"gpt-4o",
"gpt-4o-mini",
],
"codex_oauth": [
# Codex chat models via ChatGPT OAuth backend
"gpt-5.4",
"gpt-5.2",
"gpt-5.3-codex",
"gpt-5.2-codex",
],
"anthropic": [
# Claude 4.5 series (2025)
"claude-opus-4-5",