From bce085367e546e5801a41f55f2d5e84e12cc8607 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 3 Sep 2025 16:07:40 -0700 Subject: Drop turbo; use old logic when no_speech ts available --- app/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/stt.py') 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"] -- cgit v1.2.3