OuroborosM commited on
Commit
ebe38e7
·
1 Parent(s): dd27da8

remove wiki

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -403,8 +403,8 @@ math_tool = Tool(
403
  )
404
 
405
 
406
-
407
- tools = [DB_Search(), duckduckgo_tool, wikipedia_tool, python_tool, math_tool, Text2Sound_tool]
408
 
409
  tools2 = [DB_Search2(), duckduckgo_tool2, wikipedia_tool2, python_tool2, math_tool, Text2Sound_tool2]
410
 
 
403
  )
404
 
405
 
406
+ # openai
407
+ tools = [DB_Search(), duckduckgo_tool, python_tool, math_tool, Text2Sound_tool]
408
 
409
  tools2 = [DB_Search2(), duckduckgo_tool2, wikipedia_tool2, python_tool2, math_tool, Text2Sound_tool2]
410