bhulston commited on
Commit
0a9e139
1 Parent(s): 34a346f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -20,6 +20,8 @@ from utils import build_filter
20
 
21
  OPENAI_API = st.secrets["OPENAI_API"]
22
  PINECONE_API = st.secrets["PINECONE_API"]
 
 
23
 
24
  pinecone.init(
25
  api_key= PINECONE_API,
 
20
 
21
  OPENAI_API = st.secrets["OPENAI_API"]
22
  PINECONE_API = st.secrets["PINECONE_API"]
23
+ openai.api_key = OPENAI_API
24
+
25
 
26
  pinecone.init(
27
  api_key= PINECONE_API,