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