mgokg commited on
Commit
e6d5ede
·
verified ·
1 Parent(s): 2c90541

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-flash-latest" # Korrekte Modell-ID verwenden
34
 
35
 
36
  # Define the train tool schema
 
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-3.0-flash-preview" # Korrekte Modell-ID verwenden
34
 
35
 
36
  # Define the train tool schema