Merge pull request #1296 from pipecat-ai/aleix/google-always-send-text-with-audio

GoogleLLMService: always send text with audio
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-26 07:47:56 -08:00
committed by GitHub
5 changed files with 15 additions and 17 deletions

View File

@@ -82,6 +82,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.