Spaces:
Sleeping
Sleeping
chips
commited on
Commit
·
4a370c7
1
Parent(s):
ede43a0
gemini 2.5 flash
Browse files
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-
|
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:
|