Spaces:
Sleeping
Sleeping
poemsforaphrodite
commited on
Update app.py
Browse files
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='
|
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 |
|