quoted string vars in env example

This commit is contained in:
Alishahryar1 2026-02-19 20:27:28 -08:00
parent d21ed84171
commit 2ad64cc97a

View file

@ -37,9 +37,9 @@ MESSAGING_RATE_WINDOW=1
# Voice Note Transcription (transformers Whisper; install with: uv sync --extra voice)
VOICE_NOTE_ENABLED=false
# WHISPER_MODEL: Hugging Face ID or short name (tiny, base, small, medium, large-v2, large-v3, large-v3-turbo)
WHISPER_MODEL=base
WHISPER_MODEL="base"
# WHISPER_DEVICE: "cpu" | "cuda"
WHISPER_DEVICE=cpu
WHISPER_DEVICE="cpu"
HF_TOKEN=""