rm TranscriptProcessor

This commit is contained in:
ivaaan
2025-11-18 20:32:27 +01:00
parent 4ae1819645
commit c2309efd7e

View File

@@ -23,7 +23,6 @@ from pipecat.processors.aggregators.llm_response_universal import (
LLMContextAggregatorPair,
)
from pipecat.processors.frameworks.rtvi import RTVIConfig, RTVIObserver, RTVIProcessor
from pipecat.processors.transcript_processor import TranscriptProcessor
from pipecat.runner.types import RunnerArguments
from pipecat.runner.utils import create_transport
from pipecat.services.deepgram.stt import DeepgramSTTService
@@ -87,9 +86,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
rtvi = RTVIProcessor(config=RTVIConfig(config=[]))
# Add transcript processor to show timestamps in conversation history
transcript = TranscriptProcessor()
pipeline = Pipeline(
[
transport.input(), # Transport user input