mgokg commited on
Commit
23c7210
·
verified ·
1 Parent(s): 87a41bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ 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"
 
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-2.0-flash-exp" # Korrekte Modell-ID verwenden
34
+
35
 
36
  # Define the train tool schema
37
  train_tool = types.Tool(