From b5dbf8e43df97a3993b58179662adbddb38a31f1 Mon Sep 17 00:00:00 2001 From: teknium1 Date: Wed, 25 Feb 2026 13:26:14 -0800 Subject: [PATCH] Update model version in hermes_cli to use openai/gpt-5.3-codex --- hermes_cli/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 789c51e8..8359693f 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -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", ""),