google: always send text part when sending inline audio

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-25 22:26:30 -08:00
parent 96c6aeaada
commit bb89a036e5
2 changed files with 9 additions and 3 deletions

View File

@@ -78,6 +78,9 @@ stt = DeepgramSTTService(..., live_options=LiveOptions(model="nova-2-general"))
### Fixed
- Fixed a `GoogleLLMService` that was causing an exception when sending inline
audio in some cases.
- Fixed an `AudioContextWordTTSService` issue that would cause an `EndFrame` to
disconnect from the TTS service before audio from all the contexts was
received. This affected services like Cartesia and Rime.