diff --git a/src/pipecat/services/openai_realtime/frames.py b/src/pipecat/services/openai_realtime/frames.py index 25e7c409c..290e025f9 100644 --- a/src/pipecat/services/openai_realtime/frames.py +++ b/src/pipecat/services/openai_realtime/frames.py @@ -12,7 +12,7 @@ from typing import TYPE_CHECKING from pipecat.frames.frames import DataFrame, FunctionCallResultFrame if TYPE_CHECKING: - from pipecat.services.openai_realtime_beta.context import OpenAIRealtimeLLMContext + from pipecat.services.openai_realtime.context import OpenAIRealtimeLLMContext @dataclass