Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmont-dev committed Jun 11, 2024
1 parent 0647244 commit 176e377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ Generative calls can also include images.
```C++
ollama::image image = ollama::image::from_file("llama.jpg");

ollama::response response = ollama::generate("llava", "What do you see in this image?", options, image);
ollama::response response =
ollama::generate("llava", "What do you see in this image?", options, image);
```
Multiple images can be included using the `ollama::images` container.
Expand Down

0 comments on commit 176e377

Please sign in to comment.