From 72a477f10c5cdf3f77b5337c70e917f1208034da Mon Sep 17 00:00:00 2001 From: zhayujie Date: Fri, 5 Jun 2026 14:46:16 +0800 Subject: [PATCH] fix(models): route mimo-* models to MiMo bot in agent mode --- bridge/agent_bridge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge/agent_bridge.py b/bridge/agent_bridge.py index a924dab2..22be33c0 100644 --- a/bridge/agent_bridge.py +++ b/bridge/agent_bridge.py @@ -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"):