mgokg commited on
Commit
6b9609d
·
verified ·
1 Parent(s): b735e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ MCP_URL = "https://mgokg-db-timetable-api.hf.space/gradio_api/mcp/"
10
 
11
  async def fetch_train_connections(prompt: str):
12
  client = genai.Client(api_key=os.environ.get("GEMINI_API_KEY"))
13
- model_id = "gemini-2.0-flash"
14
 
15
  # 1. Verbindung zum MCP-Server über SSE herstellen [3]
16
  async with sse_client(url=MCP_URL) as (read_stream, write_stream):
 
10
 
11
  async def fetch_train_connections(prompt: str):
12
  client = genai.Client(api_key=os.environ.get("GEMINI_API_KEY"))
13
+ model_id = "gemini-flash-latest"
14
 
15
  # 1. Verbindung zum MCP-Server über SSE herstellen [3]
16
  async with sse_client(url=MCP_URL) as (read_stream, write_stream):