mugwaneza commited on
Commit
387c727
·
verified ·
1 Parent(s): 7ce9151

Update app.py

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