magdap116 commited on
Commit
a5c9244
·
verified ·
1 Parent(s): 22ac4bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ print("Made dir")
24
  web_search = DuckDuckGoSearchTool()
25
  python_interpreter = PythonInterpreterTool()
26
  visit_webpage_tool = VisitWebpageTool()
27
- model_math_tool = ModelMathTool()
28
 
29
  # 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:
30
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
 
24
  web_search = DuckDuckGoSearchTool()
25
  python_interpreter = PythonInterpreterTool()
26
  visit_webpage_tool = VisitWebpageTool()
27
+ #model_math_tool = ModelMathTool()
28
 
29
  # 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:
30
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'