summaryrefslogtreecommitdiffstats
path: root/app/stt.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-09-03 16:07:40 -0700
committeryum <yum.food.vr@gmail.com>2025-09-03 16:07:40 -0700
commitbce085367e546e5801a41f55f2d5e84e12cc8607 (patch)
tree2a2232b237be570d594c31a0226737ea9e53bed5 /app/stt.py
parent6815848fb8ed06b59b6d7e57096143f1f840e7db (diff)
Drop turbo; use old logic when no_speech ts available
Diffstat (limited to 'app/stt.py')
-rw-r--r--app/stt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/stt.py b/app/stt.py
index 9947bae..78da707 100644
--- a/app/stt.py
+++ b/app/stt.py
@@ -485,7 +485,7 @@ class Whisper:
self.collector = collector
self.model = None
self.cfg = cfg
- self.hallucination_filter = HallucinationFilter()
+ self.hallucination_filter = HallucinationFilter(cfg)
self.segment_logger = segment_logger
model_str = cfg["model"]