1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-17 02:56:18 +00:00

feat: [#28] models update

This commit is contained in:
ksieuk
2023-10-10 18:33:33 +03:00
parent d70375956c
commit 61e968c33b
14 changed files with 337 additions and 168 deletions

View File

@@ -0,0 +1,13 @@
from .base import *
from .languages import *
__all__ = [
"BaseLanguageCodesEnum",
"BaseVoiceModel",
"ElevenLabsLanguageCodesEnum",
"LANGUAGE_CODES_ENUM_TYPE",
"TTSCreateRequestModel",
"TTSCreateResponseModel",
"TTSSearchVoiceRequestModel",
"YandexLanguageCodesEnum",
]