Spaces:
Sleeping
Sleeping
Update src/app.py
Browse files- src/app.py +0 -1
src/app.py
CHANGED
@@ -25,7 +25,6 @@ load_dotenv()
|
|
25 |
|
26 |
|
27 |
FLASH_API = os.getenv("FLASH_API")
|
28 |
-
OPENAI_KEY = os.getenv("OPEN_AI")
|
29 |
PINECONE_API = os.getenv("PINECONE_API_KEY")
|
30 |
MONGO_URI = os.getenv("MONGO_URI")
|
31 |
|
|
|
25 |
|
26 |
|
27 |
FLASH_API = os.getenv("FLASH_API")
|
|
|
28 |
PINECONE_API = os.getenv("PINECONE_API_KEY")
|
29 |
MONGO_URI = os.getenv("MONGO_URI")
|
30 |
|