Merge pull request #1186 from pipecat-ai/mb/whisper-multilingual

Add language support to WhisperSTTService
This commit is contained in:
Mark Backman
2025-02-10 17:26:10 -05:00
committed by GitHub
2 changed files with 261 additions and 7 deletions

View File

@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Enhanced `WhisperSTTService` with full language support and improved model
documentation.
- Updated foundation example `14f-function-calling-groq.py` to use
`GroqSTTService` for transcription.