From af361b24bf97cd6b0d0817790bc1cf4ff5bbdec8 Mon Sep 17 00:00:00 2001 From: femto Date: Sat, 9 Nov 2024 13:53:55 +0800 Subject: [PATCH] 1 --- examples/smart_minion/brain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smart_minion/brain.py b/examples/smart_minion/brain.py index ce6dff0c..942a386b 100644 --- a/examples/smart_minion/brain.py +++ b/examples/smart_minion/brain.py @@ -27,7 +27,7 @@ async def smart_brain(): brain = Brain( python_env=RpycPythonEnv(port=python_env_config.get("port", 3007)), llm=llm, - llms={"route": [ "llama3.2"]} + llms={"route": [ "llama3.2","llama3.1"]} ) # # 示例使用