Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ class GAIAAgent:
|
|
| 68 |
# 2. SET GEMINI MODEL ID
|
| 69 |
# FIX: Use the specific stable version 'gemini-1.5-flash-001'
|
| 70 |
# The API often rejects 'latest' or base aliases on the v1beta endpoint.
|
| 71 |
-
model_id = "gemini/gemini-
|
| 72 |
|
| 73 |
if self.verbose:
|
| 74 |
print(f"Initializing Agent with model: {model_id}")
|
|
|
|
| 68 |
# 2. SET GEMINI MODEL ID
|
| 69 |
# FIX: Use the specific stable version 'gemini-1.5-flash-001'
|
| 70 |
# The API often rejects 'latest' or base aliases on the v1beta endpoint.
|
| 71 |
+
model_id = "gemini/gemini-2.5-flash-preview-09-2025"
|
| 72 |
|
| 73 |
if self.verbose:
|
| 74 |
print(f"Initializing Agent with model: {model_id}")
|