Add GPT-4 Vision Preview option to chat_open_ai
test
This commit is contained in:
parent
d0c5d70fc6
commit
38bc66472c
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue