Merge pull request #3436 from pipecat-ai/pk/remove-transcript-processor-reference

Remove dead import of `TranscriptProcessor` (which is now deprecated)
This commit is contained in:
kompfner
2026-01-13 17:06:17 -05:00
committed by GitHub

View File

@@ -23,7 +23,6 @@ from pipecat.processors.aggregators.llm_response_universal import (
LLMContextAggregatorPair,
LLMUserAggregatorParams,
)
from pipecat.processors.transcript_processor import TranscriptProcessor
from pipecat.runner.types import RunnerArguments
from pipecat.runner.utils import create_transport
from pipecat.services.cartesia.tts import CartesiaTTSService