pull/393/head
Kye 11 months ago
parent f331f6eb29
commit ce0dd1f5a6

@ -0,0 +1,14 @@
from swarms import Agent, AzureOpenAI
## Initialize the workflow
agent = Agent(
llm=AzureOpenAI(),
max_loops="auto",
autosave=True,
dashboard=False,
streaming_on=True,
verbose=True,
)
# Run the workflow on a task
agent("Understand the risk profile of this account")
Loading…
Cancel
Save