YAMITEK commited on
Commit
2c572d0
·
verified ·
1 Parent(s): 5df1d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import requests
13
  load_dotenv()
14
 
15
  # Configure Google Generative AI API
16
- genai.configure(api_key="AIzaSyANPvOHyc2wp3xCX8oF1t-Fhxx8hNCe_rU")
17
 
18
  def get_response(model, user_input, image, prompt):
19
  """Generate response from the model using input and image data."""
 
13
  load_dotenv()
14
 
15
  # Configure Google Generative AI API
16
+ genai.configure(api_key=os.getenv("apikey"))
17
 
18
  def get_response(model, user_input, image, prompt):
19
  """Generate response from the model using input and image data."""