Update app.py
Browse filesStarting to add together, also picture
app.py
CHANGED
@@ -16,6 +16,7 @@ import time # For delay during index readiness check
|
|
16 |
|
17 |
# Pinecone and OpenAI setup
|
18 |
pinecone_api_key = os.getenv("PINECONE_API_KEY")
|
|
|
19 |
openai.api_key = os.getenv("OpenAI_API")
|
20 |
|
21 |
# Initialize Pinecone client
|
|
|
16 |
|
17 |
# Pinecone and OpenAI setup
|
18 |
pinecone_api_key = os.getenv("PINECONE_API_KEY")
|
19 |
+
together_api_key = os.getenv("Together_ai_API")
|
20 |
openai.api_key = os.getenv("OpenAI_API")
|
21 |
|
22 |
# Initialize Pinecone client
|