Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ async def generate(input_text):
|
|
| 26 |
except Exception as e:
|
| 27 |
return f"Fehler bei der Initialisierung: {e}", ""
|
| 28 |
|
| 29 |
-
model = "gemini-2.
|
| 30 |
|
| 31 |
# 2. Aufbau der MCP-Session
|
| 32 |
# Note: This context manager keeps the connection open only during the generation
|
|
|
|
| 26 |
except Exception as e:
|
| 27 |
return f"Fehler bei der Initialisierung: {e}", ""
|
| 28 |
|
| 29 |
+
model = "gemini-2.5-flash"
|
| 30 |
|
| 31 |
# 2. Aufbau der MCP-Session
|
| 32 |
# Note: This context manager keeps the connection open only during the generation
|