12 lines
271 B
Bash
12 lines
271 B
Bash
# Whisper live settings
|
|
APP_WS_PROTOCOL=wss
|
|
APP_URL=kevlarai.com
|
|
|
|
PORT_WHISPERLIVE=5050
|
|
PORT_WHISPERLIVE_SSL=5053
|
|
WHISPERLIVE_SSL=false
|
|
|
|
WHISPL_USE_CUSTOM_MODEL=false
|
|
FASTERWHISPER_MODEL=faster-whisper-large-v3
|
|
WHISPERLIVE_URL=${APP_WS_PROTOCOL}://whisperlive.${APP_URL}
|