From 38bc66472ca4971f74dd7551d38f60ca22632c53 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 5 Dec 2023 18:58:46 -0300 Subject: [PATCH] Add GPT-4 Vision Preview option to chat_open_ai test --- tests/test_llms_template.py | 1 + 1 file changed, 1 insertion(+) 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",