From 1f647e6c0364c61a3139e0789892f20463beb0c6 Mon Sep 17 00:00:00 2001 From: lucaBuccarello <84414287+lucaBuccarello@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:34:27 +0100 Subject: [PATCH] chore: added gpt-4-1106 turbo --- src/static/config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/static/config.json b/src/static/config.json index 4671086..18ba2d8 100644 --- a/src/static/config.json +++ b/src/static/config.json @@ -49,6 +49,14 @@ { "value": "gpt-4-32k-0314", "label": "GPT-4-32K-0314 (Limited Beta, Legacy)" + }, + { + "value": "gpt-4-1106-preview", + "label": "GPT-4-1106 TURBO" + }, + { + "value": "gpt-4-1106-vision-preview", + "label": "GPT-4-1106 TURBO with vision" } ], "writingCharacters": [ @@ -224,4 +232,4 @@ "allowDatabaseModal": true, "showTwitterLink": true, "showFeedbackLink": true - } \ No newline at end of file + }