From e7d889a1435eef3cf6bd187b9237f448bf5bba79 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 2 May 2025 10:49:35 -0400 Subject: [PATCH] Update RivaSTTService to use by default --- src/pipecat/services/riva/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/riva/stt.py b/src/pipecat/services/riva/stt.py index 0ee7b3e5e..0d15ab0af 100644 --- a/src/pipecat/services/riva/stt.py +++ b/src/pipecat/services/riva/stt.py @@ -94,7 +94,7 @@ class RivaSTTService(STTService): api_key: str, server: str = "grpc.nvcf.nvidia.com:443", function_id: str = "1598d209-5e27-4d3c-8079-4751568b1081", - model_name: str = "parakeet-ctc-1.1b-asr", + model_name: str = "parakeet-1.1b-rnnt-multilingual-asr", sample_rate: Optional[int] = None, params: InputParams = InputParams(), **kwargs,