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"):