mirror of
https://github.com/JezzWTF/vibepod.git
synced 2026-06-01 15:22:14 +00:00
11 lines
315 B
Bash
11 lines
315 B
Bash
# Copy to .env.local and fill in values
|
|
|
|
# URL of the Python TTS server (used by Next.js API routes)
|
|
VIBEVOICE_SERVER_URL=http://localhost:8000
|
|
|
|
# HuggingFace token — required if the model repo is private or gated
|
|
HF_TOKEN=
|
|
|
|
# Override the HuggingFace model cache directory (optional)
|
|
# HF_HOME=/path/to/hf-cache
|