Spaces:
Runtime error
Runtime error
Commit
·
e2815a3
1
Parent(s):
ce73371
Update app.py
Browse files
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 = "
|
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(
|