mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-30 19:09:28 +00:00
The native Gemini provider profile's default_aux_model and the curated model picker catalog were still pinned to gemini-3.5-flash, a stale generation now superseded by gemini-3.6-flash (documented GA). Bump both so the auxiliary-task default and the picker stay in sync with the current model. Contract test asserts the durable lockstep invariant only (default_aux_model is a member of _PROVIDER_MODELS["gemini"]) rather than pinning either side to a frozen model-name string, so it doesn't need updating on the next model-generation bump. |
||
|---|---|---|
| .. | ||
| test_copilot_profile.py | ||
| test_custom_profile.py | ||
| test_deepseek_profile.py | ||
| test_fireworks_profile.py | ||
| test_gemini_profile.py | ||
| test_kimi_profile.py | ||
| test_minimax_profile.py | ||
| test_ollama_cloud_profile.py | ||
| test_opencode_go_profile.py | ||
| test_upstage_profile.py | ||
| test_zai_profile.py | ||