akashpatil8150 commited on
Commit
766760b
·
1 Parent(s): 02b1e1d

Fix: Use correct model name gemini-2.0-flash

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ Tools: book_appointment(name,address,date,time), cancel_appointment(id)
61
 
62
  Brief answers only.'''
63
 
64
- MODEL_NAME = "gemini-1.5-flash-latest"
65
 
66
  GENERATION_CONFIG = types.GenerateContentConfig(
67
  temperature=0.2,
 
61
 
62
  Brief answers only.'''
63
 
64
+ MODEL_NAME = "gemini-2.0-flash"
65
 
66
  GENERATION_CONFIG = types.GenerateContentConfig(
67
  temperature=0.2,