Merge pull request #4046 from pipecat-ai/mb/fix-4045

Fix SonioxSTTService crash when language_hints contains plain strings…
This commit is contained in:
Mark Backman
2026-03-17 16:41:11 -04:00
committed by GitHub
4 changed files with 74 additions and 12 deletions

1
changelog/4046.fixed.md Normal file
View File

@@ -0,0 +1 @@
Fixed `SonioxSTTService` and `OpenAIRealtimeSTTService` crash when language parameters contain plain strings instead of `Language` enum values.