mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-14 19:16:16 +00:00
fix: [#47] voice_models must be declared
This commit is contained in:
@@ -12,7 +12,7 @@ class TTSBaseRepository(abc.ABC):
|
||||
@property
|
||||
@abc.abstractmethod
|
||||
def voice_models(self) -> models.LIST_VOICE_MODELS_TYPE:
|
||||
...
|
||||
raise NotImplementedError
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_audio_as_bytes(self, request: models.TTSCreateRequestModel) -> models.TTSCreateResponseModel:
|
||||
|
||||
Reference in New Issue
Block a user