From b01b0669870c558843068793ea4e7218af00ffd0 Mon Sep 17 00:00:00 2001 From: zyzhang1130 <36942574+zyzhang1130@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:15:57 +0800 Subject: [PATCH] updated README and directory name --- .../README.md | 6 ++++-- .../di_agents.py | 0 .../di_multiagent.py | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename examples/{data_interpreter => data_interpreter_mulit-agent}/README.md (94%) rename examples/{data_interpreter => data_interpreter_mulit-agent}/di_agents.py (100%) rename examples/{data_interpreter => data_interpreter_mulit-agent}/di_multiagent.py (100%) diff --git a/examples/data_interpreter/README.md b/examples/data_interpreter_mulit-agent/README.md similarity index 94% rename from examples/data_interpreter/README.md rename to examples/data_interpreter_mulit-agent/README.md index d058d5d2b..6675ec29f 100644 --- a/examples/data_interpreter/README.md +++ b/examples/data_interpreter_mulit-agent/README.md @@ -24,7 +24,9 @@ By orchestrating these agents, the system can handle complex tasks that require These models are tested in this example. For other models, some modifications may be needed. -- **Anthropic Claude** (`claude-3-5-sonnet-20240620`) accessed via the `litellm` package configuration. +- **Anthropic Claude:** `claude-3-5-sonnet-20240620`, `claude-3-5-sonnet-20241022`, `claude-3-5-haiku-20241022` (accessed via the `litellm` package configuration). +- **OpenAI:** `GPT4-o`, `GPT4-o-mini`. +- **DashScope:** `qwen-max`, `qwen-max-1201`. ## Prerequisites @@ -102,7 +104,7 @@ Ensure that you have the necessary API access and that your environment is corre ## Examples -This section demonstrates the pipeline's effectiveness on two different complex tasks. +This section demonstrates the pipeline's effectiveness on two different complex tasks. For your own task, replace `"Your task description here."` with your task in `input_task` in `di_multiagent.py` script. ### Task 1: Mathematical Problem Solving diff --git a/examples/data_interpreter/di_agents.py b/examples/data_interpreter_mulit-agent/di_agents.py similarity index 100% rename from examples/data_interpreter/di_agents.py rename to examples/data_interpreter_mulit-agent/di_agents.py diff --git a/examples/data_interpreter/di_multiagent.py b/examples/data_interpreter_mulit-agent/di_multiagent.py similarity index 100% rename from examples/data_interpreter/di_multiagent.py rename to examples/data_interpreter_mulit-agent/di_multiagent.py