17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
LOCAL_AI_VENV_PATH=.local-ai/.venv
|
|
# Windows면 보통 python 또는 py -3
|
|
LOCAL_AI_PYTHON=
|
|
|
|
# Windows: ffmpeg dshow 장치 이름
|
|
# Linux: pactl list sources short 에서 monitor/source 이름
|
|
AUDIO_SOURCE=
|
|
|
|
WHISPER_MODEL=large-v3-turbo
|
|
WHISPER_LANGUAGE=ko
|
|
WHISPER_DEVICE=auto
|
|
WHISPER_COMPUTE_TYPE=auto
|
|
WHISPER_BEAM_SIZE=1
|
|
|
|
DEBUG_TRANSCRIPTS=true
|
|
LOG_LEVEL=info
|