ajay comments
This commit is contained in:
parent
f39af91505
commit
7e23d319f1
2 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue