dvalle08's picture
Add Pocket TTS plugin with configuration settings and integration into LLMFactory
11c8a27
raw
history blame contribute delete
127 Bytes
"""Pocket TTS Plugin - Local text-to-speech using Kyutai's pocket-tts."""
from .tts import PocketTTS
__all__ = ["PocketTTS"]