feat: Implement Text-to-Speech (TTS) functionality with API endpoints, models, and service integration
This commit is contained in:
6
app/services/tts/__init__.py
Normal file
6
app/services/tts/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Text-to-Speech services package."""
|
||||
|
||||
from .base import TTSProvider
|
||||
from .service import TTSService
|
||||
|
||||
__all__ = ["TTSProvider", "TTSService"]
|
||||
Reference in New Issue
Block a user