google: rename google.gemini_live.gemini to google.gemini_live.llm

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-09 21:56:54 -07:00
parent 86127167fb
commit 7cec013666
16 changed files with 20 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ from pipecat.pipeline.task import PipelineParams, PipelineTask
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
from pipecat.runner.types import RunnerArguments
from pipecat.runner.utils import create_transport
from pipecat.services.google.gemini_live.gemini import GeminiLiveLLMService
from pipecat.services.google.gemini_live.llm import GeminiLiveLLMService
from pipecat.services.llm_service import FunctionCallParams
from pipecat.transports.base_transport import BaseTransport, TransportParams
from pipecat.transports.daily.transport import DailyParams