mgokg commited on
Commit
87a41bf
·
verified ·
1 Parent(s): 6e64f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def generate(input_text):
30
 
31
  # CRITICAL: Use gemini-2.0-flash-exp.
32
  # Do NOT use gemini-2.0-flash-thinking-exp as it doesn't support tools.
33
- model_id = "gemini-2.0-flash-exp"
34
 
35
  # Define the train tool schema
36
  train_tool = types.Tool(
 
30
 
31
  # CRITICAL: Use gemini-2.0-flash-exp.
32
  # Do NOT use gemini-2.0-flash-thinking-exp as it doesn't support tools.
33
+ model_id = "gemini-flash-latest"
34
 
35
  # Define the train tool schema
36
  train_tool = types.Tool(