Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 54297f5

Browse files
committed
Use AnthropicClaude2_1 for Action items
1 parent 174fdc2 commit 54297f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AssemblyAI.IntegrationTests/LemurTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async Task Should_Generate_Action_Items()
6363
var client = Helpers.CreateClient();
6464
var response = await client.Lemur.ActionItemsAsync(new LemurActionItemsParams
6565
{
66-
FinalModel = LemurModel.AnthropicClaude3_Haiku,
66+
FinalModel = LemurModel.AnthropicClaude2_1,
6767
TranscriptIds = TranscriptIds
6868
}).ConfigureAwait(false);
6969

0 commit comments

Comments
 (0)