OuroborosM commited on
Commit
6e5318d
·
1 Parent(s): 95ccca9

remove wiki search

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,7 +56,8 @@ python_tool = Tool(
56
  description = "Useful when you need python to answer questions. You should input python code."
57
  )
58
 
59
- tools = [DB_Search(), wikipedia_tool, duckduckgo_tool, python_tool]
 
60
 
61
  os.environ["OPENAI_API_TYPE"] = "azure"
62
  os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY")
 
56
  description = "Useful when you need python to answer questions. You should input python code."
57
  )
58
 
59
+ # tools = [DB_Search(), wikipedia_tool, duckduckgo_tool, python_tool]
60
+ tools = [DB_Search(), duckduckgo_tool, python_tool]
61
 
62
  os.environ["OPENAI_API_TYPE"] = "azure"
63
  os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY")