akhaliq HF staff commited on
Commit
c92c6fb
·
verified ·
1 Parent(s): a73fe7b

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
  # Configure the Gemini API with your API key
6
- genai.configure(api_key=os.environ["API_KEY"])
7
 
8
  # Initialize the Gemini Generative Model
9
  model = genai.GenerativeModel("gemini-1.5-flash")
 
3
  import os
4
 
5
  # Configure the Gemini API with your API key
6
+ genai.configure(api_key=os.environ["YOUR_API_KEY"])
7
 
8
  # Initialize the Gemini Generative Model
9
  model = genai.GenerativeModel("gemini-1.5-flash")