Skip to content

Commit

Permalink
Enable InvokeLlama2WithResponseStreamAsync_ShouldNotBeNullOrEmpty test
Browse files Browse the repository at this point in the history
fbouteruche committed Mar 14, 2024
1 parent 0448eae commit e982aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rockhead.Extensions.Tests/Meta/Llama2Test.cs
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ public async Task InvokeLlama2Async_ValidConfig_ShouldNotBeNullOrEmpty(Model.Lla
Assert.NotNull(response.PromptTokenCount);
}

[Theory(Skip = "Need to stabilize the extension method and the test")]
[Theory()]
[Trait("Category", "Integration")]
[MemberData(nameof(Models))]
public async Task InvokeLlama2WithResponseStreamAsync_ShouldNotBeNullOrEmpty(Model.Llama2 model)

0 comments on commit e982aa3

Please sign in to comment.