Spaces:
Sleeping
Sleeping
Update ai_assistant.py
Browse files- ai_assistant.py +1 -1
ai_assistant.py
CHANGED
|
@@ -447,7 +447,7 @@ def get_consultation_response(incident_description: str) -> str:
|
|
| 447 |
"""
|
| 448 |
|
| 449 |
try:
|
| 450 |
-
model = genai.GenerativeModel('gemini-
|
| 451 |
response = model.generate_content(master_prompt)
|
| 452 |
return response.text
|
| 453 |
except Exception as e:
|
|
|
|
| 447 |
"""
|
| 448 |
|
| 449 |
try:
|
| 450 |
+
model = genai.GenerativeModel('gemini-2.5-flash')
|
| 451 |
response = model.generate_content(master_prompt)
|
| 452 |
return response.text
|
| 453 |
except Exception as e:
|