Skip to content

Commit

Permalink
Update di_multiagent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzhang1130 committed Nov 20, 2024
1 parent d0f475b commit 83edd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/data_interpreter_mulit-agent/di_multiagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def init_agents() -> None:
"config_name": "dashscope_chat",
"model_type": "dashscope_chat",
"model_name": "qwen-max",
"api_key": "",
"api_key": dashscope_api_key,
"generate_args": {
"temperature": 0.7,
},
Expand Down

0 comments on commit 83edd23

Please sign in to comment.