fix(models): route mimo-* models to MiMo bot in agent mode

This commit is contained in:
zhayujie
2026-06-05 14:46:16 +08:00
parent 2b670e73f3
commit 72a477f10c

View File

@@ -78,6 +78,7 @@ class AgentLLMModel(LLMModel):
("moonshot", const.MOONSHOT), ("kimi", const.MOONSHOT),
("doubao", const.DOUBAO), ("deepseek", const.DEEPSEEK),
("ernie", const.QIANFAN),
("mimo-", const.MIMO),
]
def __init__(self, bridge: Bridge, bot_type: str = "chat"):