From ee049cd4bc93c040374c5e1f218cdf5e1406f47a Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Mon, 10 Mar 2025 17:03:54 -0400 Subject: [PATCH] Add code (#160) --- backend/fastrtc/reply_on_stopwords.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/fastrtc/reply_on_stopwords.py b/backend/fastrtc/reply_on_stopwords.py index b871c1a..fead1f5 100644 --- a/backend/fastrtc/reply_on_stopwords.py +++ b/backend/fastrtc/reply_on_stopwords.py @@ -156,4 +156,5 @@ class ReplyOnStopWords(ReplyOnPause): self.output_sample_rate, self.output_frame_size, self.input_sample_rate, + self.model, )