Merge pull request #2772 from pipecat-ai/mb/fix-openai-realtime-import

Fix: Change import for OpenAIRealtimeLLMContext in OpenAIRealtimeLLMS…
This commit is contained in:
Mark Backman
2025-10-02 12:34:16 -04:00
committed by GitHub

View File

@@ -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