Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 60 |
agent = CodeAgent(
|
| 61 |
model=model,
|
| 62 |
tools=[
|
| 63 |
-
DuckDuckGoSearchTool,
|
| 64 |
get_current_time_in_timezone,
|
| 65 |
# image_generation_tool,
|
| 66 |
secret_tool,
|
|
|
|
| 60 |
agent = CodeAgent(
|
| 61 |
model=model,
|
| 62 |
tools=[
|
| 63 |
+
# DuckDuckGoSearchTool,
|
| 64 |
get_current_time_in_timezone,
|
| 65 |
# image_generation_tool,
|
| 66 |
secret_tool,
|