From f014e04380bc9dfee0dfdef7c65b9f2ced7ae6cb Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 15 Nov 2023 17:11:08 -0500 Subject: [PATCH] example fix Former-commit-id: e7e2004682ef9066f08177626d1bde40f987e2ce --- example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,