Add GPT-4 Vision Preview option to chat_open_ai

test
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-05 18:58:46 -03:00
commit 38bc66472c

View file

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