-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathexample.env
33 lines (25 loc) · 807 Bytes
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# [Required] Open AI key for transcribing audio, found at https://platform.openai.com/account/api-keys
OPENAI_KEY=
# [Optional] Required if VOICE is set to elevenlabs
ELEVENLABS_KEY=
ELEVENLABS_VOICE=Rachel
ELEVENLABS_STABILITY=0.93
ELEVENLABS_SIMILARITY=0.85
# [For JP Voice]
VOICEVOX_URL=http://localhost:50021
VOICEVOX_LOG=True
# [Optional] Character AI login key, leave this empty to continue as guest, full instructions
# getting this at https://github.com/realcoloride/node_characterai#using-an-access-token
CHARACTERAI_KEY=
CHARACTERAI_LOG=True
CHARACTERAI_CHARACTER=g60H0IyiUL2l4IvjRzDb7P5PyzY-H1auahH_kyfnWCk
TRANSLATE_TO_JP=True
# voicevox, elevenlabs
VOICE=voicevox
TTS_EN=False
TTS_JP=True
# [Required]
VTUBE_STUDIO_ENABLED=True
VTUBE_STUDIO_API_PORT=8001
# cuda or cpu
TORCH_DEVICE=cpu