Comment out Coqui TTS dep (incompatible with Python 3.12, not needed for cloud)

This commit is contained in:
Jezza Hehn 2026-04-10 01:08:17 +00:00
parent 7d3e13a3ca
commit a33a3b9105

View file

@ -32,7 +32,7 @@ onnxruntime>=1.16.0 # Smart Turn model inference
# ============================================================================ # ============================================================================
# Note: Chatterbox TTS needs verification - may need alternative # Note: Chatterbox TTS needs verification - may need alternative
# Alternatives: coqui-tts (XTTS v2), piper-tts, StyleTTS2 # Alternatives: coqui-tts (XTTS v2), piper-tts, StyleTTS2
TTS>=0.22.0 # Coqui TTS (fallback option) # TTS>=0.22.0 # Coqui TTS (fallback option) — not needed for cloud provider
# ============================================================================ # ============================================================================
# API Server # API Server