Kutches commited on
Commit
491e816
·
verified ·
1 Parent(s): 4aed866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ generation_config = {
26
  }
27
 
28
  model = genai.GenerativeModel(
29
- model_name="gemini-2.0-pro-exp-02-05",
30
  generation_config=generation_config,
31
  )
32
 
 
26
  }
27
 
28
  model = genai.GenerativeModel(
29
+ model_name="gemini-2.5-flash-preview-05-20",
30
  generation_config=generation_config,
31
  )
32