diff --git a/example.py b/example.py index 35972f85..5158d8d0 100644 --- a/example.py +++ b/example.py @@ -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,