Used smaller-sized images for the test cases

This commit is contained in:
amithkoujalgi 2025-03-25 21:56:45 +05:30
parent 0248f21654
commit 70b4a7961a
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -350,7 +350,7 @@ public class OllamaAPIIntegrationTest {
builder.reset();
requestModel = builder.withMessages(chatResult.getChatHistory())
.withMessage(OllamaChatMessageRole.USER, "What's the dogs breed?").build();
.withMessage(OllamaChatMessageRole.USER, "What's the color?").build();
chatResult = api.chat(requestModel);
assertNotNull(chatResult);