google: move gemini_live inside google service

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-09 16:02:52 -07:00
parent 046b76df60
commit aeace9b9be
18 changed files with 35 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
from pipecat.processors.frameworks.rtvi import RTVIObserver, RTVIProcessor
from pipecat.runner.types import RunnerArguments
from pipecat.runner.utils import create_transport
from pipecat.services.gemini_live import GeminiLiveLLMService
from pipecat.services.google.gemini_live import GeminiLiveLLMService
from pipecat.transports.base_transport import TransportParams
from pipecat.transports.daily.transport import DailyParams, DailyTransport