mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
fix: align gmi fallback_models ordering with curated list
test_gmi_provider asserts fallback_models == _PROVIDER_MODELS["gmi"]; the salvaged plugin commit placed sonnet-5 after sonnet-4.6 while the curated list has it before. Match the curated ordering.
This commit is contained in:
parent
d587048fca
commit
24ea13a8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -23,8 +23,8 @@ gmi = ProviderProfile(
|
|||
"deepseek-ai/DeepSeek-V3.2",
|
||||
"moonshotai/Kimi-K2.5",
|
||||
"google/gemini-3.1-flash-lite-preview",
|
||||
"anthropic/claude-sonnet-4.6",
|
||||
"anthropic/claude-sonnet-5",
|
||||
"anthropic/claude-sonnet-4.6",
|
||||
"openai/gpt-5.4",
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue