quizhoomail commited on
Commit
4a0108c
·
verified ·
1 Parent(s): 0ee543e
Files changed (1) hide show
  1. app.py +1 -1
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 sum of 2 and 6")
 
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")