mgokg commited on
Commit
2517ef7
·
verified ·
1 Parent(s): e6d5ede

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