dimoZ commited on
Commit
7dba612
·
verified ·
1 Parent(s): b6c5a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-pro-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
  }
 
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
  }