pull/652/head
Your Name 1 month ago
parent b51840c12d
commit b4945bbd0a

@ -3,5 +3,7 @@ from swarms import Agent
Agent(
agent_name="Stock-Analysis-Agent",
model_name="gpt-4o-mini",
max_loops=1,
max_loops="auto",
streaming_on=True,
interactive=True,
).run("What are 5 hft algorithms")

Loading…
Cancel
Save