Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ APP_ICON = "🚀"
|
|
| 22 |
# We define the specific requested models here.
|
| 23 |
# NOTE: Ensure your Google Cloud Project has access to these specific Model IDs.
|
| 24 |
AI_CONFIG = {
|
| 25 |
-
"analyst_model": "gemini-3.0-
|
| 26 |
"dashboard_model": "gemini-nano-banana-pro", # The specialist for HTML/Code generation
|
| 27 |
"fallback_model": "gemini-2.0-flash-exp" # Fallback if specific previews aren't active
|
| 28 |
}
|
|
|
|
| 22 |
# We define the specific requested models here.
|
| 23 |
# NOTE: Ensure your Google Cloud Project has access to these specific Model IDs.
|
| 24 |
AI_CONFIG = {
|
| 25 |
+
"analyst_model": "gemini-3.0-flash-preview", # The heavy lifter for reasoning
|
| 26 |
"dashboard_model": "gemini-nano-banana-pro", # The specialist for HTML/Code generation
|
| 27 |
"fallback_model": "gemini-2.0-flash-exp" # Fallback if specific previews aren't active
|
| 28 |
}
|