Skip to content

Commit c5043fa

Browse files
committed
Change utt_split type to float
1 parent 0b21233 commit c5043fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepgram/clients/prerecorded/v1/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class PrerecordedOptions:
132132
topics: Optional[bool] = field(
133133
default=None, metadata=config(exclude=lambda f: f is None)
134134
)
135-
utt_split: Optional[int] = field(
135+
utt_split: Optional[float] = field(
136136
default=None, metadata=config(exclude=lambda f: f is None)
137137
)
138138
utterances: Optional[bool] = field(

0 commit comments

Comments
 (0)