From de95bc2caaa182c5851a72fa745bdf087cb51834 Mon Sep 17 00:00:00 2001 From: Sourabh Date: Mon, 10 Mar 2025 21:14:43 +0530 Subject: [PATCH] fix: ensure 'model' is copied in ReplyOnPause.copy() (#155) --- backend/fastrtc/reply_on_pause.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/fastrtc/reply_on_pause.py b/backend/fastrtc/reply_on_pause.py index 276f171..1fd22b1 100644 --- a/backend/fastrtc/reply_on_pause.py +++ b/backend/fastrtc/reply_on_pause.py @@ -112,6 +112,7 @@ class ReplyOnPause(StreamHandler): self.output_sample_rate, self.output_frame_size, self.input_sample_rate, + self.model, ) def determine_pause(