diff --git a/example.py b/example.py index 813e388a..9f84dc78 100644 --- a/example.py +++ b/example.py @@ -31,7 +31,7 @@ flow = Flow( llm=llm, 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,