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:
Teknium 2026-07-20 01:17:28 -07:00
parent d587048fca
commit 24ea13a8e9

View file

@ -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",
),
)