Town instead village.

This commit is contained in:
Nicolas Patry 2025-02-06 15:28:53 +01:00
parent a91127c24b
commit 595f2b6fce
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -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