From d412301d086b1bd2b3b8b77921cf48c626071491 Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Fri, 7 Mar 2025 20:07:15 +0800 Subject: [PATCH] [data] update mm demo data (#7211) Former-commit-id: 1774882f5a73760e104e08dfa76fe592b1d876a1 --- data/mllm_demo.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/mllm_demo.json b/data/mllm_demo.json index a44f369a..bd05b7f5 100644 --- a/data/mllm_demo.json +++ b/data/mllm_demo.json @@ -10,7 +10,7 @@ "role": "assistant" }, { - "content": "What are they doing?", + "content": "What are they doing?", "role": "user" }, { @@ -19,6 +19,7 @@ } ], "images": [ + "mllm_demo_data/1.jpg", "mllm_demo_data/1.jpg" ] }, @@ -79,7 +80,7 @@ "role": "assistant" }, { - "content": "他们在做什么?", + "content": "他们在做什么?", "role": "user" }, { @@ -88,6 +89,7 @@ } ], "images": [ + "mllm_demo_data/1.jpg", "mllm_demo_data/1.jpg" ] },