diff --git a/swarms/__init__.py b/swarms/__init__.py index 82b09f9e..ae28e59e 100644 --- a/swarms/__init__.py +++ b/swarms/__init__.py @@ -10,10 +10,10 @@ from swarms.workers.autobot import AutoBot from swarms.boss.boss_node import BossNode #models -from swarms.agents.models.anthropic import Anthropic -from swarms.agents.models.huggingface import HuggingFaceLLM -# from swarms.agents.models.palm import GooglePalm -from swarms.agents.models.petals import Petals -from swarms.agents.models.openai import OpenAI +from swarms.models.anthropic import Anthropic +from swarms.models.huggingface import HuggingFaceLLM +# from swarms.models.palm import GooglePalm +from swarms.models.petals import Petals +from swarms.models.openai import OpenAI