GundeRichardson commited on
Commit
68a6cb0
·
verified ·
1 Parent(s): 303002c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=os.getenv("GOOGLE_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(