Skip to content

Commit 08c0732

Browse files
authored
chore: sync sdk code with DeepLearning repo (#117)
1 parent 041792c commit 08c0732

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assemblyai/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.0"
1+
__version__ = "0.40.1"

assemblyai/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ class LemurModel(str, Enum):
20442044
LeMUR features different model modes that allow you to configure your request to suit your needs.
20452045
"""
20462046

2047-
claude3_7_sonnet_20250219 = "anthropic/claude-3-7-sonnet"
2047+
claude3_7_sonnet_20250219 = "anthropic/claude-3-7-sonnet-20250219"
20482048
"""
20492049
Claude 3.7 Sonnet is the most intelligent model to date, providing the highest level of intelligence and capability with toggleable extended thinking.
20502050
"""
@@ -2059,7 +2059,7 @@ class LemurModel(str, Enum):
20592059
Claude 3 Opus is good at handling complex analysis, longer tasks with many steps, and higher-order math and coding tasks.
20602060
"""
20612061

2062-
claude3_5_haiku_20241022 = "anthropic/claude-3-5-haiku"
2062+
claude3_5_haiku_20241022 = "anthropic/claude-3-5-haiku-20241022"
20632063
"""
20642064
Claude 3.5 Haiku is the fastest model, providing intelligence at blazing speeds.
20652065
"""

0 commit comments

Comments
 (0)