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 83edd23 commit 1c5f1ba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/data_interpreter_mulit-agent/di_multiagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,6 @@ def init_agents() -> None:
"temperature": 0.0,
},
},
{
"config_name": "dashscope",
"model_type": "dashscope_chat",
"model_name": "qwen-max-1201",
"api_key": dashscope_api_key,
"generate_args": {
"temperature": 0.0,
},
},
{
"config_name": "lite_llm_claude",
"model_type": "litellm_chat",
Expand Down

0 comments on commit 1c5f1ba

Please sign in to comment.