Procházet zdrojové kódy

[3.0.0] Less aggressive filtering

Penta před 2 týdny
rodič
revize
bce1e50312
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  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()