Explorar o código

[3.0.0] Less aggressive filtering

Penta hai 2 semanas
pai
achega
bce1e50312
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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()