From 7135284cb1ad1960e81c0054bccca3dd2b68843d Mon Sep 17 00:00:00 2001 From: "Paul.DX" <33193762+ansent788@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:46:37 +0800 Subject: [PATCH] Update README.md 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 50cd2508..ccd3f9a1 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