Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ async def lifespan(app: FastAPI):
|
|
| 44 |
print("🚀 Initializing models and prompt template...")
|
| 45 |
|
| 46 |
try:
|
| 47 |
-
GOOGLE_API_KEY = os.getenv("
|
| 48 |
print("🔑 gemini_api_key:", "FOUND" if GOOGLE_API_KEY else "NOT FOUND")
|
| 49 |
|
| 50 |
if not GOOGLE_API_KEY:
|
|
|
|
| 44 |
print("🚀 Initializing models and prompt template...")
|
| 45 |
|
| 46 |
try:
|
| 47 |
+
GOOGLE_API_KEY = os.getenv("gemini_api_key")
|
| 48 |
print("🔑 gemini_api_key:", "FOUND" if GOOGLE_API_KEY else "NOT FOUND")
|
| 49 |
|
| 50 |
if not GOOGLE_API_KEY:
|