@@ -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`
|
➡️ 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
|
## Improvements to make
|
||||||
|
|||||||
@@ -3,6 +3,4 @@ DAILY_SAMPLE_ROOM_URL=
|
|||||||
ELEVENLABS_API_KEY=
|
ELEVENLABS_API_KEY=
|
||||||
ELEVENLABS_VOICE_ID=
|
ELEVENLABS_VOICE_ID=
|
||||||
GOOGLE_API_KEY=
|
GOOGLE_API_KEY=
|
||||||
|
ENV=dev
|
||||||
ENV= # dev | production
|
|
||||||
RUN_AS_VM= # Set this if you want to run bots on process (not launch a new VM)
|
|
||||||
|
|||||||
@@ -2,5 +2,4 @@ async_timeout
|
|||||||
fastapi
|
fastapi
|
||||||
uvicorn
|
uvicorn
|
||||||
python-dotenv
|
python-dotenv
|
||||||
-e "../..[daily,silero,openai,fal,cartesia,google]"
|
pipecat-ai[daily,silero,openai,cartesia,google]
|
||||||
-e "../../../python-genai"
|
|
||||||
@@ -23,8 +23,7 @@ from pipecat.pipeline.runner import PipelineRunner
|
|||||||
from pipecat.pipeline.task import PipelineParams, PipelineTask
|
from pipecat.pipeline.task import PipelineParams, PipelineTask
|
||||||
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
|
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
|
||||||
from pipecat.services.elevenlabs import ElevenLabsTTSService
|
from pipecat.services.elevenlabs import ElevenLabsTTSService
|
||||||
from pipecat.services.fal import FalImageGenService
|
from pipecat.services.google import GoogleImageGenService, GoogleLLMService
|
||||||
from pipecat.services.google import GoogleLLMService
|
|
||||||
from pipecat.transports.services.daily import (
|
from pipecat.transports.services.daily import (
|
||||||
DailyParams,
|
DailyParams,
|
||||||
DailyTransport,
|
DailyTransport,
|
||||||
|
|||||||
Reference in New Issue
Block a user