example fix

Former-commit-id: e7e2004682ef9066f08177626d1bde40f987e2ce
clean-history
Kye 1 year ago
parent ca21a1620c
commit f014e04380

@ -22,9 +22,9 @@ def search_api(query: str):
## Initialize the workflow
flow = Flow(
llm=llm,
max_loops=5,
max_loops=2,
dashboard=True,
tools=[search_api]
# tools=[search_api]
# stopping_condition=None, # You can define a stopping condition as needed.
# loop_interval=1,
# retry_attempts=3,

Loading…
Cancel
Save