Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def assign_alert(alert_message: str) -> str:
|
|
| 48 |
return f"Alert assigned to: {department}"
|
| 49 |
return "Alert could not be assigned automatically. Please check manually."
|
| 50 |
|
| 51 |
-
|
| 52 |
|
| 53 |
model = HfApiModel(
|
| 54 |
max_tokens=2096,
|
|
|
|
| 48 |
return f"Alert assigned to: {department}"
|
| 49 |
return "Alert could not be assigned automatically. Please check manually."
|
| 50 |
|
| 51 |
+
final_answer = FinalAnswerTool()
|
| 52 |
|
| 53 |
model = HfApiModel(
|
| 54 |
max_tokens=2096,
|