Fix: Change import for OpenAIRealtimeLLMContext in OpenAIRealtimeLLMService

This commit is contained in:
Mark Backman
2025-10-02 09:39:44 -04:00
parent c567fd71b1
commit e370d23374

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