Spaces:
Running
Running
Update geminisearch.py
Browse files- 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-
|
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()
|