Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|