pull/421/head
Kye 10 months ago
parent c90ba1c11e
commit 633ae815f9

@ -1,4 +1,4 @@
from swarms import Agent, AnthropicChat, tool
from swarms import Agent, Anthropic, tool
# Tool
@ -17,7 +17,7 @@ agent = Agent(
"Generate a transcript for a youtube video on what swarms"
" are!"
),
llm=AnthropicChat(),
llm=Anthropic(),
max_loops="auto",
autosave=True,
dashboard=False,

@ -1,6 +1,6 @@
from langchain.tools import (
BaseTool,
StructuredTool,
Tool,
StructuredTool,
tool,
) # noqa F401

Loading…
Cancel
Save