File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1991,16 +1991,6 @@ class LemurModel(str, Enum):
1991
1991
Legacy model. The same as `claude2_0`.
1992
1992
"""
1993
1993
1994
- claude_instant1_2 = "anthropic/claude-instant-1-2"
1995
- """
1996
- 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.
1997
- """
1998
-
1999
- basic = "basic"
2000
- """
2001
- Legacy model. The same as `claude_instant1_2`.
2002
- """
2003
-
2004
1994
mistral7b = "assemblyai/mistral-7b"
2005
1995
"""
2006
1996
Mistral 7B is an open source model that works well for summarization and answering questions.
Original file line number Diff line number Diff line change @@ -544,8 +544,6 @@ def test_lemur_task_succeeds_input_text(httpx_mock: HTTPXMock):
544
544
aai .LemurModel .claude2_1 ,
545
545
aai .LemurModel .claude2_0 ,
546
546
aai .LemurModel .default ,
547
- aai .LemurModel .claude_instant1_2 ,
548
- aai .LemurModel .basic ,
549
547
aai .LemurModel .mistral7b ,
550
548
),
551
549
)
You can’t perform that action at this time.
0 commit comments