LamiaYT commited on
Commit
205bb74
·
1 Parent(s): 6eec633
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -286,8 +286,7 @@ class EnhancedGAIAAgent:
286
  # Create agent with all tools
287
  self.agent = CodeAgent(
288
  tools=custom_tools,
289
- model=self.model,
290
- max_iters=5
291
  )
292
 
293
  print("Enhanced GAIA Agent initialized successfully.")
 
286
  # Create agent with all tools
287
  self.agent = CodeAgent(
288
  tools=custom_tools,
289
+ model=self.model
 
290
  )
291
 
292
  print("Enhanced GAIA Agent initialized successfully.")