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