Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import re
|
|
9 |
GOOGLE_API_KEY = os.getenv("AIzaSyD0GxR2J1JxGic807Cc89Jq6MB4aDJYgDc")
|
10 |
|
11 |
# Configure Google Gemini with your API key
|
12 |
-
genai.configure(api_key=
|
13 |
|
14 |
# Create a GenerativeModel instance
|
15 |
model = genai.GenerativeModel("gemini-1.5-flash")
|
|
|
9 |
GOOGLE_API_KEY = os.getenv("AIzaSyD0GxR2J1JxGic807Cc89Jq6MB4aDJYgDc")
|
10 |
|
11 |
# Configure Google Gemini with your API key
|
12 |
+
genai.configure(api_key="AIzaSyD0GxR2J1JxGic807Cc89Jq6MB4aDJYgDc")
|
13 |
|
14 |
# Create a GenerativeModel instance
|
15 |
model = genai.GenerativeModel("gemini-1.5-flash")
|