Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
|
19 |
|
20 |
|
21 |
pinecone.init(
|
22 |
-
PINECONE_API_KEY="PINECONE_API_KEY"
|
23 |
environment="gcp-starter" # next to api key in console
|
24 |
)
|
25 |
|
|
|
19 |
|
20 |
|
21 |
pinecone.init(
|
22 |
+
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY")
|
23 |
environment="gcp-starter" # next to api key in console
|
24 |
)
|
25 |
|