Former-commit-id: 14efcc6888a4cfd4bdb9e3a679c48d559f1a4ab2
pull/160/head
Kye 2 years ago
parent a087ba8e6e
commit dbdd482310

@ -7,3 +7,4 @@ from swarms.agents.models.anthropic import Anthropic
from swarms.agents.models.huggingface import HuggingFaceLLM from swarms.agents.models.huggingface import HuggingFaceLLM
from swarms.agents.models.palm import GooglePalm from swarms.agents.models.palm import GooglePalm
from swarms.agents.models.petals import Petals from swarms.agents.models.petals import Petals
from swarms.agents.models.openai import OpenAI

@ -6,6 +6,7 @@ from swarms.agents.models.anthropic import Anthropic
from swarms.agents.models.huggingface import HuggingFaceLLM from swarms.agents.models.huggingface import HuggingFaceLLM
from swarms.agents.models.palm import GooglePalm from swarms.agents.models.palm import GooglePalm
from swarms.agents.models.petals import Petals from swarms.agents.models.petals import Petals
from swarms.agents.models.openai import OpenAI
########### ###########
#tools #tools
@ -18,4 +19,3 @@ from swarms.agents.tools.file_mangagement import read_tool, write_tool, list_too
from swarms.agents.tools.requests import RequestsGet from swarms.agents.tools.requests import RequestsGet
from swarms.agents.tools.developer import Terminal, CodeEditor from swarms.agents.tools.developer import Terminal, CodeEditor

Loading…
Cancel
Save