Fix import lines
This commit is contained in:
@@ -11,7 +11,9 @@ from pydantic import BaseModel, Field
|
|||||||
|
|
||||||
from pipecat.frames.frames import ErrorFrame, Frame, LLMMessagesFrame
|
from pipecat.frames.frames import ErrorFrame, Frame, LLMMessagesFrame
|
||||||
from pipecat.processors.aggregators.openai_llm_context import (
|
from pipecat.processors.aggregators.openai_llm_context import (
|
||||||
OpenAILLMContext, OpenAILLMContextFrame)
|
OpenAILLMContext,
|
||||||
|
OpenAILLMContextFrame,
|
||||||
|
)
|
||||||
from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
|
from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user