everything but audioframe and endpipeframe

This commit is contained in:
Chad Bailey
2024-05-30 16:06:27 +00:00
parent 19caf750fd
commit 9778d86607
15 changed files with 29 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
import asyncio
import os
from pipecat.pipeline.openai_frames import OpenAILLMContextFrame
from pipecat.services.azure_ai_services import AzureLLMService
from pipecat.services.openai_llm_context import OpenAILLMContext
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContextFrame
from pipecat.services.azure import AzureLLMService
from pipecat.services.openai import OpenAILLMContext
from openai.types.chat import (
ChatCompletionSystemMessageParam,