adds missing InterimTranscriptionFrame import

This commit is contained in:
TheNotary
2025-09-06 14:40:19 -05:00
committed by GitHub
parent 48b3ad8f8f
commit 7366b1aee0

View File

@@ -21,6 +21,7 @@ from pipecat.frames.frames import (
Frame,
StartFrame,
TranscriptionFrame,
InterimTranscriptionFrame,
)
from pipecat.services.azure.common import language_to_azure_language
from pipecat.services.stt_service import STTService