Geethuzzz commited on
Commit
81e9a68
·
verified ·
1 Parent(s): 25a4bf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from dotenv import load_dotenv
5
 
6
  load_dotenv()
7
  # Get the API Key from Hugging Face Secrets
8
- api_key = os.getenv("GOOGLE_API_KEY")
9
  genai.configure(api_key=api_key)
10
 
11
  # Initialize model and chat (outside the function)
 
5
 
6
  load_dotenv()
7
  # Get the API Key from Hugging Face Secrets
8
+ api_key = os.getenv("GOOGLE")
9
  genai.configure(api_key=api_key)
10
 
11
  # Initialize model and chat (outside the function)