Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from google.api_core.exceptions import ResourceExhausted
|
|
12 |
load_dotenv()
|
13 |
|
14 |
# Configure the Google Generative AI client with the API key from environment variables
|
15 |
-
genai.configure(api_key=
|
16 |
|
17 |
|
18 |
@retry(
|
|
|
12 |
load_dotenv()
|
13 |
|
14 |
# Configure the Google Generative AI client with the API key from environment variables
|
15 |
+
genai.configure(api_key='AIzaSyBMb20Nck_BV_4297NnxlEju73UL5vsvYY')
|
16 |
|
17 |
|
18 |
@retry(
|