Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ async def lifespan(app: FastAPI):
|
|
| 69 |
print("🚀 Initializing models and prompt template...")
|
| 70 |
|
| 71 |
try:
|
| 72 |
-
GOOGLE_API_KEY = os.getenv("
|
| 73 |
print("🔑 gemini_api_key:", "FOUND" if GOOGLE_API_KEY else "NOT FOUND")
|
| 74 |
|
| 75 |
if not GOOGLE_API_KEY:
|
|
|
|
| 69 |
print("🚀 Initializing models and prompt template...")
|
| 70 |
|
| 71 |
try:
|
| 72 |
+
GOOGLE_API_KEY = os.getenv("gemini_api_key3")
|
| 73 |
print("🔑 gemini_api_key:", "FOUND" if GOOGLE_API_KEY else "NOT FOUND")
|
| 74 |
|
| 75 |
if not GOOGLE_API_KEY:
|