Raiff1982 commited on
Commit
d2bacf4
·
1 Parent(s): 63d89cd

fixed log errors

Browse files
Files changed (1) hide show
  1. fail_safe_system.py +1 -1
fail_safe_system.py CHANGED
@@ -87,7 +87,7 @@ class MondayElement:
87
  self.detect_hallucinations
88
  ]
89
  system.response_filters = [self.anti_hype_filter]
90
-
91
  def apply_skepticism(self, response: str) -> str:
92
  suspicious = ["certainly", "undoubtedly", "with absolute confidence", "it is guaranteed", "nothing can go wrong", "100% effective"]
93
  for phrase in suspicious:
 
87
  self.detect_hallucinations
88
  ]
89
  system.response_filters = [self.anti_hype_filter]
90
+
91
  def apply_skepticism(self, response: str) -> str:
92
  suspicious = ["certainly", "undoubtedly", "with absolute confidence", "it is guaranteed", "nothing can go wrong", "100% effective"]
93
  for phrase in suspicious: