Add dialout to the Daily phone example (#998)
* added dialout to daily phone example * cleanup * cleanup * pre-commit hook * Fix typo * More explicit README instructions --------- Co-authored-by: Mark Backman <mark@daily.co>
This commit is contained in:
8
examples/phone-chatbot/env.example
Normal file
8
examples/phone-chatbot/env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
OPENAI_API_KEY=
|
||||
ELEVENLABS_API_KEY=
|
||||
ELEVENLABS_VOICE_ID=
|
||||
TWILIO_ACCOUNT_SID=
|
||||
TWILIO_AUTH_TOKEN=
|
||||
Reference in New Issue
Block a user