tensor-boy commited on
Commit
689af46
·
verified ·
1 Parent(s): bd2f7cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ class BasicAgent:
25
  if not api_key:
26
  raise ValueError("GEMINI_API_KEY environment variable not set. Please set it before running.")
27
  client = genai.Client(api_key=api_key)
28
- model = "gemini-2.0-flash-lite"
29
 
30
 
31
  # Define a strict system instruction. Ensure that the output is minimal:
 
25
  if not api_key:
26
  raise ValueError("GEMINI_API_KEY environment variable not set. Please set it before running.")
27
  client = genai.Client(api_key=api_key)
28
+ model = "gemini-2.5-pro-preview-05-06"
29
 
30
 
31
  # Define a strict system instruction. Ensure that the output is minimal: