From 3eaa83781d29ddac43511c7e5d207cac5b89aead Mon Sep 17 00:00:00 2001 From: "Paul.DX" <33193762+ansent788@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:58:04 +0800 Subject: [PATCH] docs: Update example links (#461) Modify the names and links of the Multimodal with Images --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 50cd250..ccd3f9a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,8 +28,8 @@ See [ollama/docs/api.md](https://github.com/ollama/ollama/blob/main/docs/api.md) ### Multimodal with Images - Chat with a multimodal (image chat) model -- [multimodal_chat.py](multimodal_chat.py) -- [multimodal_generate.py](multimodal_generate.py) +- [multimodal-chat.py](multimodal-chat.py) +- [multimodal-generate.py](multimodal-generate.py) ### Structured Outputs - Generate structured outputs with a model