mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
fix: remove unused TTS_MODE env var from docker-compose
TTS_MODE is not read by any code in the backend — it only exists in unimplemented planning docs. Remove it to avoid confusing users.
This commit is contained in:
@@ -21,7 +21,6 @@ services:
|
||||
- huggingface-cache:/home/voicebox/.cache/huggingface
|
||||
|
||||
environment:
|
||||
- TTS_MODE=local
|
||||
- LOG_LEVEL=info
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user