diff --git a/tests/test_llms_template.py b/tests/test_llms_template.py index e66c8c650..494c1cc90 100644 --- a/tests/test_llms_template.py +++ b/tests/test_llms_template.py @@ -313,6 +313,7 @@ def test_chat_open_ai(client: TestClient, logged_in_headers): "password": False, "options": [ "gpt-4-1106-preview", + "gpt-4-vision-preview", "gpt-4", "gpt-4-32k", "gpt-3.5-turbo",