address comments
This commit is contained in:
parent
274c1e3acd
commit
69caa03c8d
2 changed files with 15 additions and 19 deletions
|
|
@ -12,12 +12,8 @@ class TranscriberType(str, Enum):
|
|||
ASSEMBLY_AI = "assembly_ai"
|
||||
|
||||
|
||||
class EndpointingType(str, Enum):
|
||||
BASE = "base"
|
||||
|
||||
|
||||
class EndpointingConfig(TypedModel, type=EndpointingType.BASE):
|
||||
time_cutoff: int
|
||||
class EndpointingConfig(TypedModel):
|
||||
time_cutoff_seconds: float
|
||||
|
||||
|
||||
class TranscriberConfig(TypedModel, type=TranscriberType.BASE):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue