Ifeanyi commited on
Commit
b3acff8
·
verified ·
1 Parent(s): b9e189a

Update geminisearch.py

Browse files
Files changed (1) hide show
  1. geminisearch.py +1 -1
geminisearch.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  api_key = os.getenv("GEMINI_API_KEY")
7
  client = genai.Client(api_key=api_key)
8
 
9
- model_id = "gemini-1.5-flash"
10
 
11
  google_search_tool = Tool(
12
  google_search = GoogleSearch()
 
6
  api_key = os.getenv("GEMINI_API_KEY")
7
  client = genai.Client(api_key=api_key)
8
 
9
+ model_id = "gemini-2.0-flash"
10
 
11
  google_search_tool = Tool(
12
  google_search = GoogleSearch()