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 + }