Parthiban97 commited on
Commit
6a65f32
·
verified ·
1 Parent(s): 0212d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -255,10 +255,7 @@ GENERATION_CONFIG = {
255
 
256
  # Model options optimized for consistency and performance
257
  MODEL_FALLBACK_CHAIN = [
258
- "gemini-2.0-flash-exp",
259
- "gemini-1.5-pro",
260
- "gemini-1.5-flash",
261
- "gemini-pro"
262
  ]
263
 
264
  # Rate limiting decorator
 
255
 
256
  # Model options optimized for consistency and performance
257
  MODEL_FALLBACK_CHAIN = [
258
+ "gemini-2.5-flash"
 
 
 
259
  ]
260
 
261
  # Rate limiting decorator