mgokg commited on
Commit
e9991ba
·
verified ·
1 Parent(s): 298a5b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ async def generate_response(input_text):
28
  response_text = ""
29
  # Stream-Generierung der Antwort [4]
30
  async for chunk in client.aio.models.generate_content_stream(
31
- model="gemini-2.0-flash",
32
  contents=input_text,
33
  config=generate_content_config,
34
  ):
 
28
  response_text = ""
29
  # Stream-Generierung der Antwort [4]
30
  async for chunk in client.aio.models.generate_content_stream(
31
+ model="gemini-flash-latest",
32
  contents=input_text,
33
  config=generate_content_config,
34
  ):