From b8b199061739274ac4c094944bcb03a823ff69e3 Mon Sep 17 00:00:00 2001 From: Dominic Stewart <45786774+DominicStewart@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:12:43 +0900 Subject: [PATCH] Fix example env file (#1939) * Fixed typo in the example env files --- .../daily-pstn-advanced-voicemail-detection/env.example | 2 +- .../daily-pstn-simple-voicemail-detection/env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/phone-chatbot/daily-pstn-advanced-voicemail-detection/env.example b/examples/phone-chatbot/daily-pstn-advanced-voicemail-detection/env.example index f48a6a810..78f2b2613 100644 --- a/examples/phone-chatbot/daily-pstn-advanced-voicemail-detection/env.example +++ b/examples/phone-chatbot/daily-pstn-advanced-voicemail-detection/env.example @@ -3,5 +3,5 @@ DAILY_API_KEY=your_daily_api_key DAILY_API_URL=https://api.daily.co/v1 # Service keys -OPENAI_API_KEY=your_openai_api_key +GOOGLE_API_KEY=your_google_api_key CARTESIA_API_KEY=your_cartesia_api_key \ No newline at end of file diff --git a/examples/phone-chatbot/daily-pstn-simple-voicemail-detection/env.example b/examples/phone-chatbot/daily-pstn-simple-voicemail-detection/env.example index ea9a2e0ea..78f2b2613 100644 --- a/examples/phone-chatbot/daily-pstn-simple-voicemail-detection/env.example +++ b/examples/phone-chatbot/daily-pstn-simple-voicemail-detection/env.example @@ -3,5 +3,5 @@ DAILY_API_KEY=your_daily_api_key DAILY_API_URL=https://api.daily.co/v1 # Service keys -GOOGLE_API_KEY=your_openai_api_key +GOOGLE_API_KEY=your_google_api_key CARTESIA_API_KEY=your_cartesia_api_key \ No newline at end of file