|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|