ziyadsuper2017 commited on
Commit
e2815a3
·
1 Parent(s): ce73371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import uuid
8
  import google.generativeai as genai
9
 
10
  # Configure the API key (should be set as an environment variable or secure storage in production)
11
- api_key = "your_actual_api_key" # Replace with your actual API key
12
  genai.configure(api_key=api_key)
13
 
14
  generation_config = genai.GenerationConfig(
 
8
  import google.generativeai as genai
9
 
10
  # Configure the API key (should be set as an environment variable or secure storage in production)
11
+ api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM" # Replace with your actual API key
12
  genai.configure(api_key=api_key)
13
 
14
  generation_config = genai.GenerationConfig(