Spaces:
Sleeping
Sleeping
Update aisearch_v1.py
Browse files- aisearch_v1.py +1 -1
aisearch_v1.py
CHANGED
|
@@ -172,7 +172,7 @@ class aiSearch:
|
|
| 172 |
async def gemini(self,prompt):
|
| 173 |
# try:
|
| 174 |
response = await gemini_client.aio.models.generate_content_stream(
|
| 175 |
-
model='gemini-
|
| 176 |
contents = self.sp_final_report,
|
| 177 |
config=types.GenerateContentConfig(
|
| 178 |
system_instruction=prompt,
|
|
|
|
| 172 |
async def gemini(self,prompt):
|
| 173 |
# try:
|
| 174 |
response = await gemini_client.aio.models.generate_content_stream(
|
| 175 |
+
model='gemini-2.0-flash',
|
| 176 |
contents = self.sp_final_report,
|
| 177 |
config=types.GenerateContentConfig(
|
| 178 |
system_instruction=prompt,
|