From 531fd90d73c39d16049d8b697fa4d62815dcb18d Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Tue, 3 Mar 2026 17:32:45 -0600 Subject: [PATCH] Updated to use granite 350m model instead Signed-off-by: Whit Waldo --- test/Dapr.IntegrationTest.AI/Conversation/ConversationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dapr.IntegrationTest.AI/Conversation/ConversationTests.cs b/test/Dapr.IntegrationTest.AI/Conversation/ConversationTests.cs index 1bdee9002..9b7f1c6ab 100644 --- a/test/Dapr.IntegrationTest.AI/Conversation/ConversationTests.cs +++ b/test/Dapr.IntegrationTest.AI/Conversation/ConversationTests.cs @@ -165,7 +165,7 @@ public async Task ShouldAcceptToolsAndMetadata() var harness = new DaprHarnessBuilder(componentsDir) .WithEnvironment(environment) .BuildConversation(); - harness.UseModel("qwen2.5:0.5b"); // SmolLM2 doesn't actually support tools + harness.UseModel("granite4:350m"); // SmolLM2 doesn't actually support tools await using var testApp = await DaprHarnessBuilder.ForHarness(harness) .ConfigureServices(builder => {