Skip to content

Commit

Permalink
chore: add conformer2 enum
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan O'Connor <46252299+oconnoob@users.noreply.github.com>
  • Loading branch information
ploeber and oconnoob committed Mar 18, 2024
1 parent 58228dd commit cedd39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assemblyai/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@ class SpeechModel(str, Enum):
nano = "nano"
"The Nano tier is a lightweight model that is optimized for speed and cost."

conformer2 = "conformer-2"
"Conformer-2 is a heavy-duty model optimized for accuracy."


class RawTranscriptionConfig(BaseModel):
language_code: Optional[LanguageCode]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="assemblyai",
version="0.23.0",
version="0.23.1",
description="AssemblyAI Python SDK",
author="AssemblyAI",
author_email="engineering.sdk@assemblyai.com",
Expand Down

0 comments on commit cedd39f

Please sign in to comment.