diff --git a/README.md b/README.md index 630977c..0856493 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ messages = [ "role": "user", "content": [ {"type": "image", "image": image_path} for image_path in image_paths - ] + [{"type": "text", "text": ""What kind of cat is this? Answer with one word."}], + ] + [{"type": "text", "text": "What kind of cat is this? Answer with one word."}], }, ] text = processor.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt")