Shahzad8515 commited on
Commit
38c454e
1 Parent(s): 72897f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import google.generativeai as genai
3
  import os
4
 
5
  # Retrieve the API key from environment variables
6
- api_key = os.getenv("GOOGLE_API_KEY")
7
 
8
  # Check if API key is provided
9
  if not api_key:
 
3
  import os
4
 
5
  # Retrieve the API key from environment variables
6
+ api_key = os.getenv("google_api_key")
7
 
8
  # Check if API key is provided
9
  if not api_key: