From a6af499f844f08ee08cf9c26d565a42531c2f9a1 Mon Sep 17 00:00:00 2001 From: vipyne Date: Mon, 21 Apr 2025 23:44:50 -0500 Subject: [PATCH] typo fixes in phone-chatbot example --- examples/phone-chatbot/env.example | 3 ++- examples/phone-chatbot/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/phone-chatbot/env.example b/examples/phone-chatbot/env.example index 950543767..2ad4e9137 100644 --- a/examples/phone-chatbot/env.example +++ b/examples/phone-chatbot/env.example @@ -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_API_KEY= -DAILY_API_URL=api.daily.co/v1 +DAILY_API_URL=https://api.daily.co/v1 +DEEPGRAM_API_KEY= OPENAI_API_KEY= GOOGLE_API_KEY CARTESIA_API_KEY= diff --git a/examples/phone-chatbot/requirements.txt b/examples/phone-chatbot/requirements.txt index 3b6965dee..a12a4731b 100644 --- a/examples/phone-chatbot/requirements.txt +++ b/examples/phone-chatbot/requirements.txt @@ -1,5 +1,5 @@ -pipecat-ai[daily,cartesia,openai,google,silero] -fastapi==3.11.12 +pipecat-ai[daily,cartesia,deepgram,openai,google,silero] +fastapi==0.115.6 uvicorn python-dotenv twilio