Merge pull request #4482 from pipecat-ai/mb/soniox-stt-token-language

Propagate Soniox token language
This commit is contained in:
Mark Backman
2026-05-13 16:28:56 -04:00
committed by GitHub
4 changed files with 181 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
# Add strict mode to enforce the language hints
language_hints=[Language.EN],
language_hints_strict=True,
enable_language_identification=True,
),
)