ressay1973 commited on
Commit
5d43095
·
verified ·
1 Parent(s): 0d357cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,