Sayandip commited on
Commit
1499f23
·
verified ·
1 Parent(s): 45efda5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def main():
169
 
170
  # ✅ Gemini with Internet Search
171
  response = client.models.generate_content(
172
- model="gemini-2.5-pro-preview-05-06",
173
  contents=content_blocks,
174
  config={"tools": [{"google_search": {}}]}
175
  )
 
169
 
170
  # ✅ Gemini with Internet Search
171
  response = client.models.generate_content(
172
+ model="gemini-2.5-pro-preview-06-05",
173
  contents=content_blocks,
174
  config={"tools": [{"google_search": {}}]}
175
  )