Add .env.example file with API and voice configuration templates
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
# 율봇 API 서버 주소
|
||||||
|
YOULBOT_API_URL=http://localhost:8000
|
||||||
|
|
||||||
|
# API 토큰 (youlbot/.env의 API_TOKEN과 동일하게 설정. 빈 값이면 개발 모드)
|
||||||
|
YOULBOT_API_TOKEN=
|
||||||
|
|
||||||
|
# 음성 설정 (로컬 실행)
|
||||||
|
WHISPER_MODEL_SIZE=small
|
||||||
|
TTS_VOICE=Yuna # macOS say 보이스 이름
|
||||||
|
TTS_EDGE_VOICE=ko-KR-SunHiNeural # edge-tts 보이스 (여성). 남성: ko-KR-InJoonNeural
|
||||||
Reference in New Issue
Block a user