poemsforaphrodite commited on
Commit
1308c74
·
verified ·
1 Parent(s): df960e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ SERPER_API_KEY = os.getenv("SERPER_API_KEY")
18
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
19
 
20
  # Instantiate tools
21
- file_tool = FileReadTool(file_path='plan2.txt') # Adjusted to read plan.txt
22
  search_tool = SerperDevTool()
23
  web_rag_tool = WebsiteSearchTool()
24
 
 
18
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
19
 
20
  # Instantiate tools
21
+ file_tool = FileReadTool(file_path='plan.txt') # Adjusted to read plan.txt
22
  search_tool = SerperDevTool()
23
  web_rag_tool = WebsiteSearchTool()
24