mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
fix(openrouter): treat xiaomi models as reasoning-capable
This commit is contained in:
parent
96514de472
commit
19eebf6e0d
2 changed files with 23 additions and 0 deletions
|
|
@ -8582,6 +8582,7 @@ class AIAgent:
|
|||
"google/gemini-2",
|
||||
"qwen/qwen3",
|
||||
"tencent/hy3-preview",
|
||||
"xiaomi/",
|
||||
)
|
||||
return any(model.startswith(prefix) for prefix in reasoning_model_prefixes)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue