ajay comments

This commit is contained in:
Kian 2023-02-27 11:21:50 -08:00
commit 7e23d319f1
2 changed files with 3 additions and 5 deletions

View file

@ -32,6 +32,4 @@ class GoogleTranscriberConfig(TranscriberConfig, type=TranscriberType.GOOGLE):
should_warmup_model: bool = False
class AssemblyAITranscriberConfig(TranscriberConfig, type=TranscriberType.ASSEMBLY_AI):
model: Optional[str] = None
should_warmup_model: bool = False
version: Optional[str] = None
should_warmup_model: bool = False