transport(daily): use "nova-2-general" for transcription

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-21 20:41:39 -07:00
parent e556f34094
commit 951255def9
3 changed files with 17 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated `GladiaSTTService` to use the V2 API.
- Changed `DailyTransport` transcription model to `nova-2-general`.
### Fixed
- Fixed `enable_usage_metrics` to control LLM/TTS usage metrics separately
@@ -36,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Changed `DeepgramSTTService` model to `nova-2-general`.
- Moved `SileroVAD` audio processor to `processors.audio.vad`.
- Module `utils.audio` is now `audio.utils`. A new `resample_audio` function has