Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
6 lines
301 B
Python
6 lines
301 B
Python
"""TTS 语音合成适配器。"""
|
|
|
|
from app.services.adapters.tts import edge_tts as _tts_edge_tts_adapter # noqa: F401
|
|
from app.services.adapters.tts import elevenlabs as _tts_elevenlabs_adapter # noqa: F401
|
|
from app.services.adapters.tts import minimax as _tts_minimax_adapter # noqa: F401
|