From a33a3b910549b8e674390747673cb4f5a7ac9df9 Mon Sep 17 00:00:00 2001 From: Jezza Hehn Date: Fri, 10 Apr 2026 01:08:17 +0000 Subject: [PATCH] Comment out Coqui TTS dep (incompatible with Python 3.12, not needed for cloud) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ee4467..b9a4661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ onnxruntime>=1.16.0 # Smart Turn model inference # ============================================================================ # Note: Chatterbox TTS needs verification - may need alternative # 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