Skip to content

Commit 6293315

Browse files
authored
chore: sync sdk code with OSS repo (#108)
1 parent 8fb9523 commit 6293315

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

assemblyai/__version__.py

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

assemblyai/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,17 +1991,17 @@ class LemurModel(str, Enum):
19911991

19921992
claude2_1 = "anthropic/claude-2-1"
19931993
"""
1994-
Claude 2.1 is a legacy model similar to Claude 2.0. The key difference is that it minimizes model hallucination and system prompts, has a larger context window, and performs better in citations.
1994+
Deprecated: Claude 2.1 is deprecated and will stop working on Feb 6th, 2025.
19951995
"""
19961996

19971997
claude2_0 = "anthropic/claude-2"
19981998
"""
1999-
Claude 2.0 is a legacy model that has good complex reasoning. It offers more nuanced responses and improved contextual comprehension.
1999+
Deprecated: Claude 2.0 is deprecated and will stop working on Feb 6th, 2025.
20002000
"""
20012001

20022002
default = "default"
20032003
"""
2004-
Legacy model. The same as `claude2_0`.
2004+
Deprecated: Legacy model. The same as `claude2_0` and will stop working on Feb 6th, 2025.
20052005
"""
20062006

20072007
mistral7b = "assemblyai/mistral-7b"

0 commit comments

Comments
 (0)