fix: bump prompt

This commit is contained in:
drbh 2025-02-11 16:15:29 +01:00
parent 38b06b90b9
commit 09631bc8a2

View File

@ -28,7 +28,7 @@ async def test_mllama_simpl(mllama, response_snapshot):
"content": [ "content": [
{ {
"type": "text", "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", "type": "image_url",
@ -66,7 +66,7 @@ async def test_mllama_load(mllama, generate_load, response_snapshot):
"content": [ "content": [
{ {
"type": "text", "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", "type": "image_url",