Siddhant Kumar commited on
Commit
95fc1be
·
1 Parent(s): 7fc693f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ PINECONE_API_KEY = os.getenv("PINECONE_API_KEY")
17
  PINECONE_API_ENV = os.getenv("PINECONE_API_ENV")
18
  PINECONE_INDEX = os.getenv("PINECONE_INDEX")
19
 
 
 
20
  # initialize pinecone
21
  pinecone.init(
22
  api_key=PINECONE_API_KEY, # find at app.pinecone.io
 
17
  PINECONE_API_ENV = os.getenv("PINECONE_API_ENV")
18
  PINECONE_INDEX = os.getenv("PINECONE_INDEX")
19
 
20
+ print(os.getenv("OPENAI_API_KEY"))
21
+
22
  # initialize pinecone
23
  pinecone.init(
24
  api_key=PINECONE_API_KEY, # find at app.pinecone.io