Skip to content

Commit 176e377

Browse files
committed
Update Readme.
1 parent 0647244 commit 176e377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ Generative calls can also include images.
277277
```C++
278278
ollama::image image = ollama::image::from_file("llama.jpg");
279279

280-
ollama::response response = ollama::generate("llava", "What do you see in this image?", options, image);
280+
ollama::response response =
281+
ollama::generate("llava", "What do you see in this image?", options, image);
281282
```
282283
283284
Multiple images can be included using the `ollama::images` container.

0 commit comments

Comments
 (0)