add dot-env.template

This commit is contained in:
Aleix Conchillo Flaqué
2024-03-18 10:38:27 -07:00
parent bf3ae091b9
commit 1000ca5b55
2 changed files with 8 additions and 8 deletions

View File

@@ -55,11 +55,7 @@ Today, the easiest way to get started with `dailyai` is to use [Daily](https://w
pip install dailyai pip install dailyai
# set up an .env file with API keys # set up an .env file with API keys
# for example cp dot-env.template .env
OPENAI_API_KEY=...
ELEVENLABS_API_KEY=...
ELEVENLABS_VOICE_ID=...
DAILY_SAMPLE_ROOM_URL=https://...
# sign up for a free Daily account, if you don't already have one, and # sign up for a free Daily account, if you don't already have one, and
# join the Daily room URL directly from a browser tab, then run one of the # join the Daily room URL directly from a browser tab, then run one of the
@@ -103,4 +99,3 @@ If you want to use this package from another directory, you can run:
``` ```
pip install path_to_this_repo pip install path_to_this_repo
``` ```

5
dot-env.template Normal file
View File

@@ -0,0 +1,5 @@
OPENAI_API_KEY=...
ELEVENLABS_API_KEY=...
ELEVENLABS_VOICE_ID=...
DAILY_API_KEY=...
DAILY_SAMPLE_ROOM_URL=https://...