mgokg commited on
Commit
57e46a9
·
verified ·
1 Parent(s): 0b463c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.0-flash"
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