Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
femto committed Nov 9, 2024
1 parent f78b427 commit af361b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/smart_minion/brain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
)

# # 示例使用
Expand Down

0 comments on commit af361b2

Please sign in to comment.