refactor: replace Qwen 1.7B with Qwen3-TTS 0.6B as default Qwen TTS engine

This commit is contained in:
Adolfo Reyna
2026-08-13 22:55:37 -04:00
parent bcd6cfb500
commit d8c44cf92d
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""qwen_tts_service.py
Qwen3-TTS Service for Pipecat using MLX on Apple Silicon.
Provides local speech synthesis using Alibaba Qwen3-TTS 1.7B
Provides local speech synthesis using Alibaba Qwen3-TTS 0.6B
with zero-shot voice cloning capabilities via mlx-audio.
"""