Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
|
|
13 |
genai.configure(api_key=GEMINI_API_KEY)
|
14 |
|
15 |
# Use the Google Gemini 2.0 Flash model (with thinking feature)
|
16 |
-
model = genai.GenerativeModel("gemini-2.
|
17 |
|
18 |
########################
|
19 |
# Load Datasets
|
|
|
13 |
genai.configure(api_key=GEMINI_API_KEY)
|
14 |
|
15 |
# Use the Google Gemini 2.0 Flash model (with thinking feature)
|
16 |
+
model = genai.GenerativeModel("gemini-2.5-flash-preview-04-17")
|
17 |
|
18 |
########################
|
19 |
# Load Datasets
|