Parthiban97 commited on
Commit
8f25032
·
verified ·
1 Parent(s): 6a65f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -255,7 +255,8 @@ GENERATION_CONFIG = {
255
 
256
  # Model options optimized for consistency and performance
257
  MODEL_FALLBACK_CHAIN = [
258
- "gemini-2.5-flash"
 
259
  ]
260
 
261
  # Rate limiting decorator
 
255
 
256
  # Model options optimized for consistency and performance
257
  MODEL_FALLBACK_CHAIN = [
258
+ "gemini-2.5-flash",
259
+ "gemini-2.5-flash-lite-preview-06-17"
260
  ]
261
 
262
  # Rate limiting decorator