From b64bb0163f78a1bca36f3458197add7beb7c13c9 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sun, 17 Dec 2023 15:07:49 +0530 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9dfe6..17bbb67 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ public class Main { OllamaAPI ollamaAPI = new OllamaAPI(host); ollamaAPI.setRequestTimeoutSeconds(10); - OllamaResult response = ollamaAPI.askWithImageURLs(OllamaModelType.LLAVA, + OllamaResult response = ollamaAPI.askWithImageFiles(OllamaModelType.LLAVA, "What's in this image?", List.of( "/path/to/image"));