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):
19911991 Legacy model. The same as `claude2_0`.
19921992 """
19931993
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-
20041994 mistral7b = "assemblyai/mistral-7b"
20051995 """
20061996 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):
544544 aai .LemurModel .claude2_1 ,
545545 aai .LemurModel .claude2_0 ,
546546 aai .LemurModel .default ,
547- aai .LemurModel .claude_instant1_2 ,
548- aai .LemurModel .basic ,
549547 aai .LemurModel .mistral7b ,
550548 ),
551549)
You can’t perform that action at this time.
0 commit comments