From 8d55e13750ab118ff2adffe7f7d80f76e6c2c26b Mon Sep 17 00:00:00 2001 From: Pete <78183014+getchannel@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:22:16 -0400 Subject: [PATCH] remove audio_transcriber from gemini.py unecessary import removed. --- src/pipecat/services/gemini_multimodal_live/gemini.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pipecat/services/gemini_multimodal_live/gemini.py b/src/pipecat/services/gemini_multimodal_live/gemini.py index 47eada34e..cd4b8fc8c 100644 --- a/src/pipecat/services/gemini_multimodal_live/gemini.py +++ b/src/pipecat/services/gemini_multimodal_live/gemini.py @@ -64,7 +64,6 @@ from pipecat.utils.tracing.service_decorators import traced_gemini_live, traced_ from . import events -from .audio_transcriber import AudioTranscriber from .file_api import GeminiFileAPI try: