Add language support to WhisperSTTService

This commit is contained in:
Mark Backman
2025-02-09 10:51:23 -05:00
parent 081abcedb3
commit c9d8c572c7
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.