瀏覽代碼

[3.0.0] Less aggressive filtering

Penta 2 周之前
父節點
當前提交
bce1e50312
共有 1 個文件被更改,包括 1 次插入5 次删除
  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()