Sayandip commited on
Commit
08ec90d
·
verified ·
1 Parent(s): 308a00d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def main():
197
  content_blocks.append({"text": f"Question: {user_input}"})
198
 
199
  response = client.models.generate_content(
200
- model="gemini-2.5-pro-preview-06-05",
201
  contents=content_blocks,
202
  config={"tools": [{"google_search": {}}]}
203
  )
 
197
  content_blocks.append({"text": f"Question: {user_input}"})
198
 
199
  response = client.models.generate_content(
200
+ model="gemini-2.0-flash",
201
  contents=content_blocks,
202
  config={"tools": [{"google_search": {}}]}
203
  )