Skip to content

Commit

Permalink
feat(python/sdk): remove Claude 1 and basic (#6994)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9a2972133907093aefd6c198eff04974820e874f
  • Loading branch information
ploeber committed Nov 7, 2024
1 parent d2ac671 commit 9109011
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions assemblyai/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1991,16 +1991,6 @@ class LemurModel(str, Enum):
Legacy model. The same as `claude2_0`.
"""

claude_instant1_2 = "anthropic/claude-instant-1-2"
"""
Claude Instant is a legacy model that is optimized for speed and cost. Claude Instant can complete requests up to 20% faster than Claude 2.0.
"""

basic = "basic"
"""
Legacy model. The same as `claude_instant1_2`.
"""

mistral7b = "assemblyai/mistral-7b"
"""
Mistral 7B is an open source model that works well for summarization and answering questions.
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_lemur.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,6 @@ def test_lemur_task_succeeds_input_text(httpx_mock: HTTPXMock):
aai.LemurModel.claude2_1,
aai.LemurModel.claude2_0,
aai.LemurModel.default,
aai.LemurModel.claude_instant1_2,
aai.LemurModel.basic,
aai.LemurModel.mistral7b,
),
)
Expand Down

0 comments on commit 9109011

Please sign in to comment.