Skip to content

Commit 66dd077

Browse files
authored
Merge pull request #22 from JigsawStack/check
Add batch_size to stt params
2 parents ca57831 + 5f8b3f0 commit 66dd077

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jigsawstack/audio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class SpeechToTextParams(TypedDict):
2626
translate: NotRequired[bool]
2727
by_speaker: NotRequired[bool]
2828
webhook_url: NotRequired[str]
29+
batch_size: NotRequired[int]
2930

3031

3132
class SpeechToTextResponse(TypedDict):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="jigsawstack",
9-
version="0.1.15",
9+
version="0.1.16",
1010
description="JigsawStack Python SDK",
1111
long_description=open("README.md", encoding="utf8").read(),
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)