fix bugs and add unit tests

This commit is contained in:
takatost
2024-02-22 15:15:42 +08:00
parent 297b33aa41
commit a44d3c3eda
11 changed files with 295 additions and 21 deletions

View File

@ -133,7 +133,7 @@ class ModelPropertyKey(Enum):
DEFAULT_VOICE = "default_voice"
VOICES = "voices"
WORD_LIMIT = "word_limit"
AUDOI_TYPE = "audio_type"
AUDIO_TYPE = "audio_type"
MAX_WORKERS = "max_workers"