Update app.py
Browse files
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:
|