Merge pull request #1628 from pipecat-ai/vp-typo-fixes
typo fixes in phone-chatbot example
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
DAILY_SAMPLE_ROOM_URL=https://yourdomain.daily.co/yourroom # (optional: for joining the bot to the same room repeatedly for local dev)
|
DAILY_SAMPLE_ROOM_URL=https://yourdomain.daily.co/yourroom # (optional: for joining the bot to the same room repeatedly for local dev)
|
||||||
DAILY_API_KEY=
|
DAILY_API_KEY=
|
||||||
DAILY_API_URL=api.daily.co/v1
|
DAILY_API_URL=https://api.daily.co/v1
|
||||||
|
DEEPGRAM_API_KEY=
|
||||||
OPENAI_API_KEY=
|
OPENAI_API_KEY=
|
||||||
GOOGLE_API_KEY
|
GOOGLE_API_KEY
|
||||||
CARTESIA_API_KEY=
|
CARTESIA_API_KEY=
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
pipecat-ai[daily,cartesia,openai,google,silero]
|
pipecat-ai[daily,cartesia,deepgram,openai,google,silero]
|
||||||
fastapi==3.11.12
|
fastapi==0.115.6
|
||||||
uvicorn
|
uvicorn
|
||||||
python-dotenv
|
python-dotenv
|
||||||
twilio
|
twilio
|
||||||
|
|||||||
Reference in New Issue
Block a user