Spaces:
Sleeping
Sleeping
Update tools_additions.py
Browse files- tools_additions.py +1 -1
tools_additions.py
CHANGED
|
@@ -572,7 +572,7 @@ def _call_mistral(
|
|
| 572 |
def _call_gemini(
|
| 573 |
prompt: str,
|
| 574 |
api_key: str,
|
| 575 |
-
model: str = "gemini-
|
| 576 |
) -> str:
|
| 577 |
"""Call Google Gemini generateContent endpoint."""
|
| 578 |
try:
|
|
|
|
| 572 |
def _call_gemini(
|
| 573 |
prompt: str,
|
| 574 |
api_key: str,
|
| 575 |
+
model: str = "gemini-2.0-flash",
|
| 576 |
) -> str:
|
| 577 |
"""Call Google Gemini generateContent endpoint."""
|
| 578 |
try:
|