From 595f2b6fce3df14406f8c62ae19b6414471892f4 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 6 Feb 2025 15:28:53 +0100 Subject: [PATCH] Town instead village. --- integration-tests/models/test_mllama.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-tests/models/test_mllama.py b/integration-tests/models/test_mllama.py index f3449aa5..90b2bff1 100644 --- a/integration-tests/models/test_mllama.py +++ b/integration-tests/models/test_mllama.py @@ -47,8 +47,7 @@ async def test_mllama_simpl(mllama, response_snapshot): "total_tokens": 60, } assert ( - response.choices[0].message.content - == "In a small village, a chicken named Cluck" + response.choices[0].message.content == "In a small town, a chicken named Cluck" ) assert response == response_snapshot