sirine1712 commited on
Commit
a6263b5
·
verified ·
1 Parent(s): 61a207f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ class GAIAAgent:
69
  description="Agent for GAIA benchmark tasks",
70
  tools=[duck_search, advanced_calculator],
71
  model="gpt-3.5-turbo", # Use this as default
72
- max_iterations=5
73
  )
74
  print("✅ Agent initialized successfully")
75
  except Exception as e:
 
69
  description="Agent for GAIA benchmark tasks",
70
  tools=[duck_search, advanced_calculator],
71
  model="gpt-3.5-turbo", # Use this as default
72
+ planning_interval=5
73
  )
74
  print("✅ Agent initialized successfully")
75
  except Exception as e: