mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat: replace z-ai/glm-5 with z-ai/glm-5.1 in OpenRouter and Nous model lists
This commit is contained in:
parent
caded0a5e7
commit
aa7473cabd
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
|||
("stepfun/step-3.5-flash", ""),
|
||||
("minimax/minimax-m2.7", ""),
|
||||
("minimax/minimax-m2.5", ""),
|
||||
("z-ai/glm-5", ""),
|
||||
("z-ai/glm-5.1", ""),
|
||||
("z-ai/glm-5-turbo", ""),
|
||||
("moonshotai/kimi-k2.5", ""),
|
||||
("x-ai/grok-4.20-beta", ""),
|
||||
|
|
@ -75,7 +75,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
|
|||
"stepfun/step-3.5-flash",
|
||||
"minimax/minimax-m2.7",
|
||||
"minimax/minimax-m2.5",
|
||||
"z-ai/glm-5",
|
||||
"z-ai/glm-5.1",
|
||||
"z-ai/glm-5-turbo",
|
||||
"moonshotai/kimi-k2.5",
|
||||
"x-ai/grok-4.20-beta",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue