storybot fixes (#1175)

* storybot fixes

* readme cleanup
This commit is contained in:
chadbailey59
2025-02-07 13:58:02 -06:00
committed by GitHub
parent 74a2c38c6c
commit 23eb6e3d46
4 changed files with 5 additions and 7 deletions

View File

@@ -23,8 +23,7 @@ from pipecat.pipeline.runner import PipelineRunner
from pipecat.pipeline.task import PipelineParams, PipelineTask
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
from pipecat.services.elevenlabs import ElevenLabsTTSService
from pipecat.services.fal import FalImageGenService
from pipecat.services.google import GoogleLLMService
from pipecat.services.google import GoogleImageGenService, GoogleLLMService
from pipecat.transports.services.daily import (
DailyParams,
DailyTransport,