mgreg555 commited on
Commit
09e12a6
·
verified ·
1 Parent(s): d9eb9d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.