Update app.py
Browse files
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-
|
| 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
|