Anshul4150 commited on
Commit
ae7cc2b
·
verified ·
1 Parent(s): fc67e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from llama_index.core.tools import QueryEngineTool, ToolMetadata
12
  from llama_index.agent.openai import OpenAIAgent
13
 
14
 
15
- OPENAI_API_KEY= os.environ['open_ai']
16
  storage_path = "./vectorstore"
17
  documents_path = "./documents"
18
 
 
12
  from llama_index.agent.openai import OpenAIAgent
13
 
14
 
15
+ os.environ['OPENAI_API_KEY']= os.environ['open_ai']
16
  storage_path = "./vectorstore"
17
  documents_path = "./documents"
18