mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-14 19:37:11 +02:00
Used smaller-sized images for the test cases
This commit is contained in:
parent
0248f21654
commit
70b4a7961a
@ -350,7 +350,7 @@ public class OllamaAPIIntegrationTest {
|
|||||||
builder.reset();
|
builder.reset();
|
||||||
|
|
||||||
requestModel = builder.withMessages(chatResult.getChatHistory())
|
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);
|
chatResult = api.chat(requestModel);
|
||||||
assertNotNull(chatResult);
|
assertNotNull(chatResult);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user