Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from enum import Enum
|
|
| 11 |
app = FastAPI()
|
| 12 |
|
| 13 |
# Secure API key retrieval
|
| 14 |
-
api_key = "
|
| 15 |
if not api_key:
|
| 16 |
raise RuntimeError("GOOGLE_API_KEY is not set in the environment variables.")
|
| 17 |
genai.configure(api_key=api_key)
|
|
|
|
| 11 |
app = FastAPI()
|
| 12 |
|
| 13 |
# Secure API key retrieval
|
| 14 |
+
api_key = "AIzaSyAQLgLNZmeCpSbToD--5PUT1ewXfGZkllc"
|
| 15 |
if not api_key:
|
| 16 |
raise RuntimeError("GOOGLE_API_KEY is not set in the environment variables.")
|
| 17 |
genai.configure(api_key=api_key)
|