Update app.py
Browse files
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 |
-
|
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:
|