From 09631bc8a2e3aed4dbca835c37c187d24e528314 Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 11 Feb 2025 16:15:29 +0100 Subject: [PATCH] fix: bump prompt --- integration-tests/models/test_mllama.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/models/test_mllama.py b/integration-tests/models/test_mllama.py index e40f0be69..97457aa5b 100644 --- a/integration-tests/models/test_mllama.py +++ b/integration-tests/models/test_mllama.py @@ -28,7 +28,7 @@ async def test_mllama_simpl(mllama, response_snapshot): "content": [ { "type": "text", - "text": "Can you tell me a very short story based on the image?", + "text": "Can you tell me a funny very short story based on the image?", }, { "type": "image_url", @@ -66,7 +66,7 @@ async def test_mllama_load(mllama, generate_load, response_snapshot): "content": [ { "type": "text", - "text": "Can you tell me a very short story based on the image?", + "text": "Can you tell me a funny very short story based on the image?", }, { "type": "image_url",