diff --git a/src/pipecat/services/gemini_multimodal_live/gemini.py b/src/pipecat/services/gemini_multimodal_live/gemini.py index 5fee17478..9f355d1ba 100644 --- a/src/pipecat/services/gemini_multimodal_live/gemini.py +++ b/src/pipecat/services/gemini_multimodal_live/gemini.py @@ -692,7 +692,7 @@ class GeminiMultimodalLiveLLMService(LLMService): self._bot_text_buffer = "" if audio and self._transcribe_model_audio and self._context: - await self._transcribe_model_audio.put(audio) + await self._transcribe_model_audio_queue.put(audio) elif text: await self.push_frame(LLMFullResponseEndFrame())