Propagate Soniox token language

This commit is contained in:
Mark Backman
2026-05-13 15:23:22 -04:00
parent 08680732f6
commit 82f0896d6a
3 changed files with 180 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,
),
)