LamiaYT commited on
Commit
934bd55
·
1 Parent(s): 64b3bd1

Last approach

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -269,8 +269,7 @@ class GAIAAgent:
269
 
270
  self.agent = CodeAgent(
271
  tools=all_tools,
272
- model=self.model,
273
- max_iterations=3
274
  )
275
 
276
  print("GAIA Agent initialized successfully.")
 
269
 
270
  self.agent = CodeAgent(
271
  tools=all_tools,
272
+ model=self.model
 
273
  )
274
 
275
  print("GAIA Agent initialized successfully.")