update model names
This commit is contained in:
parent
5c6f4cb74a
commit
f1d102c66b
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ class TranscriberType(str, Enum):
|
|||
|
||||
|
||||
class EndpointingType(str, Enum):
|
||||
BASE = "base"
|
||||
TIME_BASED = "time_based"
|
||||
PUNCTUATION_BASED = "punctuation_based"
|
||||
BASE = "endpointing_base"
|
||||
TIME_BASED = "endpointing_time_based"
|
||||
PUNCTUATION_BASED = "endpointing_punctuation_based"
|
||||
|
||||
|
||||
class EndpointingConfig(TypedModel, type=EndpointingType.BASE):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue