From be20ff996eee1ed67f3cbd6de37a57d937be9e5e Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sun, 17 Dec 2023 15:11:59 +0530 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17bbb67..c4e7328 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ public class Main { OllamaResult response = ollamaAPI.askWithImageFiles(OllamaModelType.LLAVA, "What's in this image?", List.of( - "/path/to/image")); + new File("/path/to/image"))); System.out.println(response); } }