Skip to content

Commit 441cc10

Browse files
change image_url to video_url on video test
Signed-off-by: yechank <[email protected]>
1 parent 6e54c20 commit 441cc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/llmapi/apps/_test_openai_chat_multimodal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_single_chat_session_video(client: openai.OpenAI, model_name: str):
188188
"type": "text",
189189
"text": content_text
190190
}, {
191-
"type": "image_url",
191+
"type": "video_url",
192192
"video_url": {
193193
"url": video_url
194194
}

0 commit comments

Comments
 (0)