mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
chore(models): swap qwen3.6-plus → qwen3.7-max in openrouter+nous lists (#32809)
Updates curated picker lists for both the OpenRouter fallback snapshot (`OPENROUTER_MODELS`) and the Nous Portal list (`_PROVIDER_MODELS['nous']`). Regenerates website/static/api/model-catalog.json via `scripts/build_model_catalog.py` to keep the docs-hosted manifest in sync (drift guard in `test_in_repo_lists_match_manifest`). tests/hermes_cli/test_models.py fixtures updated — they pinned the old model id as their live-fetch sample.
This commit is contained in:
parent
8b69ec03af
commit
ccd3d04fc5
3 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 1,
|
||||
"updated_at": "2026-05-11T16:41:16Z",
|
||||
"updated_at": "2026-05-26T20:49:36Z",
|
||||
"metadata": {
|
||||
"source": "hermes-agent repo",
|
||||
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"description": "auto-routes to cheapest coder meeting openrouter.min_coding_score"
|
||||
},
|
||||
{
|
||||
"id": "qwen/qwen3.6-plus",
|
||||
"id": "qwen/qwen3.7-max",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
"id": "moonshotai/kimi-k2.6"
|
||||
},
|
||||
{
|
||||
"id": "qwen/qwen3.6-plus"
|
||||
"id": "qwen/qwen3.7-max"
|
||||
},
|
||||
{
|
||||
"id": "anthropic/claude-haiku-4.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue