Skip to content

Commit 8b4dce9

Browse files
committed
Tune default configuration for Chatterbox
1 parent cb173f5 commit 8b4dce9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.chatterbox.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
WYOMING_LOG_LEVEL: INFO
1111
WYOMING_LANGUAGES: en
1212
TTS_OPENAI_URL: http://chatterbox-tts:4123/v1
13-
TTS_MODELS: "tts-1"
13+
TTS_MODELS: "tts-1-hd"
1414
TTS_BACKEND: "OPENAI"
1515
TTS_VOICES: "default"
1616
TTS_SPEED: "1.0"
@@ -39,10 +39,10 @@ services:
3939
- MAX_TOTAL_LENGTH=3000
4040

4141
# Voice and Model Settings
42-
- VOICE_SAMPLE_PATH=/app/voice-sample.mp3
42+
# - VOICE_SAMPLE_PATH=/app/voice-sample.mp3
4343
- DEVICE=auto
4444
- MODEL_CACHE_DIR=/cache
45-
- VOICE_LIBRARY_DIR=/voices
45+
# - VOICE_LIBRARY_DIR=/voices
4646

4747
# Memory Settings
4848
- MEMORY_CLEANUP_INTERVAL=5
@@ -53,7 +53,7 @@ services:
5353
- chatterbox-models:/cache
5454

5555
# Mount voice library for persistence
56-
- chatterbox-voices:/voices
56+
# - chatterbox-voices:/voices
5757
healthcheck:
5858
test: ["CMD", "curl", "-f", "http://localhost:4123/health"]
5959
interval: 30s
@@ -63,4 +63,4 @@ services:
6363

6464
volumes:
6565
chatterbox-models:
66-
chatterbox-voices:
66+
# chatterbox-voices:

0 commit comments

Comments
 (0)