From dc47516e14d6c82708db4077c83923d1103fc88f Mon Sep 17 00:00:00 2001 From: matejmarinko-soniox Date: Wed, 9 Jul 2025 08:04:59 +0200 Subject: [PATCH] Update src/pipecat/services/soniox/config.py Co-authored-by: Mark Backman --- src/pipecat/services/soniox/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/soniox/config.py b/src/pipecat/services/soniox/config.py index 862b573f9..2980a9e81 100644 --- a/src/pipecat/services/soniox/config.py +++ b/src/pipecat/services/soniox/config.py @@ -14,7 +14,7 @@ from pipecat.transcriptions.language import Language class SonioxInputParams(BaseModel): """Real-time transcription settings. - Attributes: + Parameters: languages: List of language codes to use for transcription code_switching: Whether to auto-detect language changes during transcription """