Update model version in hermes_cli to use openai/gpt-5.3-codex
This commit is contained in:
parent
54e50b8a6e
commit
b5dbf8e43d
@ -11,7 +11,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
||||
("anthropic/claude-sonnet-4.5", ""),
|
||||
("anthropic/claude-opus-4.5", ""),
|
||||
("openai/gpt-5.2", ""),
|
||||
("openai/gpt-5.2-codex", ""),
|
||||
("openai/gpt-5.3-codex", ""),
|
||||
("google/gemini-3-pro-preview", ""),
|
||||
("google/gemini-3-flash-preview", ""),
|
||||
("z-ai/glm-4.7", ""),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user