We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ba40d commit 115e40fCopy full SHA for 115e40f
1 file changed
plugins/nvidia/tests/test_nvidia_vlm.py
@@ -86,8 +86,7 @@ async def test_with_video_frames(self, vlm: VLM, cat_frame: av.VideoFrame):
86
)
87
88
assert final.text
89
- assert len(final.text) > 0
90
- assert "cat" in final.text.lower() or len(final.text.strip()) > 0
+ assert "cat" in final.text.lower(), f"Expected 'cat' in response: {final.text}"
91
92
async def test_instruction_following(self, vlm):
93
"""Test that system instructions are respected."""
0 commit comments