Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ async def lifespan(app: FastAPI):
|
|
| 57 |
print("🚀 Initializing models and prompt template...")
|
| 58 |
|
| 59 |
try:
|
| 60 |
-
GOOGLE_API_KEY = os.getenv("
|
| 61 |
print("🔑 gemini_api_key:", "FOUND" if GOOGLE_API_KEY else "NOT FOUND")
|
| 62 |
|
| 63 |
if not GOOGLE_API_KEY:
|
|
|
|
| 57 |
print("🚀 Initializing models and prompt template...")
|
| 58 |
|
| 59 |
try:
|
| 60 |
+
GOOGLE_API_KEY = os.getenv("gemini_api_key")
|
| 61 |
print("🔑 gemini_api_key:", "FOUND" if GOOGLE_API_KEY else "NOT FOUND")
|
| 62 |
|
| 63 |
if not GOOGLE_API_KEY:
|