add dot-env.template
This commit is contained in:
@@ -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
5
dot-env.template
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
OPENAI_API_KEY=...
|
||||||
|
ELEVENLABS_API_KEY=...
|
||||||
|
ELEVENLABS_VOICE_ID=...
|
||||||
|
DAILY_API_KEY=...
|
||||||
|
DAILY_SAMPLE_ROOM_URL=https://...
|
||||||
Reference in New Issue
Block a user