Browse Source

[3.0.0] Less aggressive filtering

Penta 2 tuần trước cách đây
mục cha
commit
bce1e50312
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      chatbot.py

+ 1 - 5
chatbot.py

@@ -176,11 +176,7 @@ class STTSink(Sink):
 
     def _ignore_text(self, text: str) -> bool:
         BAD = [
-            "amara",
-            "sous-titres",
-            "merci",
-            "musique",
-            "applaudissements"
+            "Amara.org"
         ]
 
         t = text.lower()