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

@@ -74,6 +74,8 @@ If you'd like to run a custom domain or port:
➡️ Open the host URL in your browser `http://localhost:7860`
If you've run previous versions of the demo, make sure to set `ENV=dev`, and remove the `RUN_AS_VM` line from the .env file.
---
## Improvements to make

View File

@@ -3,6 +3,4 @@ DAILY_SAMPLE_ROOM_URL=
ELEVENLABS_API_KEY=
ELEVENLABS_VOICE_ID=
GOOGLE_API_KEY=
ENV= # dev | production
RUN_AS_VM= # Set this if you want to run bots on process (not launch a new VM)
ENV=dev

View File

@@ -2,5 +2,4 @@ async_timeout
fastapi
uvicorn
python-dotenv
-e "../..[daily,silero,openai,fal,cartesia,google]"
-e "../../../python-genai"
pipecat-ai[daily,silero,openai,cartesia,google]

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,