diff --git a/README.md b/README.md index 1614253f..4a457bee 100644 --- a/README.md +++ b/README.md @@ -1444,8 +1444,7 @@ Coming soon... This is an implementation from the paper: "Mixture-of-Agents Enhances Large Language Model Capabilities" by together.ai, it achieves SOTA on AlpacaEval 2.0, MT-Bench and FLASK, surpassing GPT-4 Omni. Great for tasks that need to be parallelized and then sequentially fed into another loop ```python -from swarms import Agent, OpenAIChat -from swarms.structs.mixture_of_agents import MixtureOfAgents +from swarms import Agent, OpenAIChat, MixtureOfAgents # Initialize the director agent director = Agent(