transports: reorganize module

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-02 15:03:21 -07:00
parent 7f1100bd4c
commit aeb9f1ffca
184 changed files with 7997 additions and 7767 deletions

View File

@@ -28,7 +28,7 @@ from pipecat.runner.livekit import configure
from pipecat.services.cartesia.tts import CartesiaTTSService
from pipecat.services.deepgram.stt import DeepgramSTTService
from pipecat.services.openai.llm import OpenAILLMService
from pipecat.transports.services.livekit import LiveKitParams, LiveKitTransport
from pipecat.transports.livekit.transport import LiveKitParams, LiveKitTransport
load_dotenv(override=True)