Skip to content

Commit 1701188

Browse files
committed
Add doc warning about Ollama image input for text-only models
1 parent ed2aa22 commit 1701188

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/Ollama.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ txt = generate(chat,"What is Model-Based Design and how is it related to Digital
9898

9999
## Understanding the content of an image
100100

101-
You can use multimodal models like `llava` to experiment with image understanding.
101+
You can use multimodal models like `llava` to experiment with image understanding.
102+
103+
> [!WARNING]
104+
> Most models available for Ollama do not support image input. Ollama will silently ignore images for these models, and the model may or may not warn that it cannot see them.
105+
106+
102107
```matlab
103108
chat = ollamaChat("llava");
104109
image_path = "peppers.png";

0 commit comments

Comments
 (0)