Updated readme

This commit is contained in:
Amith Koujalgi 2023-12-17 15:11:59 +05:30
parent b64bb0163f
commit be20ff996e

View File

@ -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);
}
}