ramdane commited on
Commit
0150ded
·
verified ·
1 Parent(s): 57815cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def query_gemini(message, history):
46
 
47
  # Generate response with conversation history
48
  response = client.models.generate_content(
49
- model="gemini-2.5-flash",
50
  contents=contents,
51
  config=types.GenerateContentConfig(
52
  tools=[
 
46
 
47
  # Generate response with conversation history
48
  response = client.models.generate_content(
49
+ model="gemini-flash-latest",
50
  contents=contents,
51
  config=types.GenerateContentConfig(
52
  tools=[