magdap116 commited on
Commit
764458d
·
verified ·
1 Parent(s): 71bf9a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -26,6 +26,8 @@ cache= {}
26
  web_search = DuckDuckGoSearchTool()
27
  python_interpreter = PythonInterpreterTool()
28
  visit_webpage_tool = VisitWebpageTool()
 
 
29
  #model_math_tool = ModelMathTool()
30
 
31
  # 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:
 
26
  web_search = DuckDuckGoSearchTool()
27
  python_interpreter = PythonInterpreterTool()
28
  visit_webpage_tool = VisitWebpageTool()
29
+ wiki_tool = WikiTool()
30
+
31
  #model_math_tool = ModelMathTool()
32
 
33
  # 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: