israel-avihail commited on
Commit
df1e246
·
verified ·
1 Parent(s): 011563f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
86
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
87
 
88
 
89
- search_tool = DuckDuckGoSearchTool(max_results=10, rate_limit=1.0)
90
  final_answer = FinalAnswerTool()
91
 
92
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
 
86
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
87
 
88
 
89
+ search_tool = DuckDuckGoSearchTool(max_results=10)
90
  final_answer = FinalAnswerTool()
91
 
92
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder: