From ab086a320bd3395218481c9b8454677524b93e2d Mon Sep 17 00:00:00 2001 From: Teknium Date: Sun, 5 Apr 2026 22:40:34 -0700 Subject: [PATCH] chore: remove qwen-3.6 free from nous portal model list --- hermes_cli/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 3741b2363..d9002ae90 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -60,7 +60,6 @@ _PROVIDER_MODELS: dict[str, list[str]] = { "nous": [ "anthropic/claude-opus-4.6", "anthropic/claude-sonnet-4.6", - "qwen/qwen3.6-plus:free", "anthropic/claude-sonnet-4.5", "anthropic/claude-haiku-4.5", "openai/gpt-5.4",