chips commited on
Commit
4a370c7
·
1 Parent(s): ede43a0

gemini 2.5 flash

Browse files
Files changed (1) hide show
  1. app/services/service_gemini.py +1 -1
app/services/service_gemini.py CHANGED
@@ -65,7 +65,7 @@ DEFAULT_SAFETY_SETTINGS = {
65
  }
66
 
67
  class GeminiService(BaseAttributionService):
68
- def __init__(self, model_name: str = "gemini-1.5-flash-latest"):
69
  """
70
  Initializes the GeminiService.
71
  Args:
 
65
  }
66
 
67
  class GeminiService(BaseAttributionService):
68
+ def __init__(self, model_name: str = "gemini-2.5-flash-preview-04-17"):
69
  """
70
  Initializes the GeminiService.
71
  Args: