mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
quoted string vars in env example
This commit is contained in:
parent
d21ed84171
commit
2ad64cc97a
1 changed files with 2 additions and 2 deletions
|
|
@ -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=""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue