Spaces:
Runtime error
Runtime error
fix
Browse files
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.")
|