Shivani-Bhat commited on
Commit
f8b1ac8
·
verified ·
1 Parent(s): 89392e5

Update tools_additions.py

Browse files
Files changed (1) hide show
  1. 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-1.5-flash",
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: