Skip to content

Commit cedd39f

Browse files
ploeberoconnoob
andauthored
chore: add conformer2 enum
Co-authored-by: Ryan O'Connor <[email protected]>
1 parent 58228dd commit cedd39f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assemblyai/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@ class SpeechModel(str, Enum):
368368
nano = "nano"
369369
"The Nano tier is a lightweight model that is optimized for speed and cost."
370370

371+
conformer2 = "conformer-2"
372+
"Conformer-2 is a heavy-duty model optimized for accuracy."
373+
371374

372375
class RawTranscriptionConfig(BaseModel):
373376
language_code: Optional[LanguageCode]

setup.py

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

88
setup(
99
name="assemblyai",
10-
version="0.23.0",
10+
version="0.23.1",
1111
description="AssemblyAI Python SDK",
1212
author="AssemblyAI",
1313
author_email="[email protected]",

0 commit comments

Comments
 (0)