Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,8 @@ from langchain_community.vectorstores import FAISS
|
|
| 19 |
# Here is the link to get the keys: https://platform.openai.com/account/billing/overview
|
| 20 |
import os
|
| 21 |
|
| 22 |
-
|
|
|
|
| 23 |
"""# Preprocessing document"""
|
| 24 |
|
| 25 |
# location of the pdf file/files.
|
|
|
|
| 19 |
# Here is the link to get the keys: https://platform.openai.com/account/billing/overview
|
| 20 |
import os
|
| 21 |
|
| 22 |
+
print(os.environ["OPENAI_API_KEY"])
|
| 23 |
+
print(os.environ["DATASE_ACCES"],'HALOOO')
|
| 24 |
"""# Preprocessing document"""
|
| 25 |
|
| 26 |
# location of the pdf file/files.
|