Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
19 |
|
20 |
# Initialize the agent with both the DuckDuckGoSearchTool and the get_current_time_in_timezone tool
|
21 |
agent = CodeAgent(tools=[DuckDuckGoSearchTool(), get_current_time_in_timezone], model=HfApiModel())
|
22 |
-
agent.run("What is the
|
|
|
19 |
|
20 |
# Initialize the agent with both the DuckDuckGoSearchTool and the get_current_time_in_timezone tool
|
21 |
agent = CodeAgent(tools=[DuckDuckGoSearchTool(), get_current_time_in_timezone], model=HfApiModel())
|
22 |
+
agent.run("What is the current time in Asia/Kolkata")
|