diff --git a/src/static/config.json b/src/static/config.json index 4671086..a1767b6 100644 --- a/src/static/config.json +++ b/src/static/config.json @@ -49,6 +49,10 @@ { "value": "gpt-4-32k-0314", "label": "GPT-4-32K-0314 (Limited Beta, Legacy)" + }, + { + "value": "gpt-4-1106-preview", + "label": "GPT-4-1106-Preview" } ], "writingCharacters": [ @@ -224,4 +228,4 @@ "allowDatabaseModal": true, "showTwitterLink": true, "showFeedbackLink": true - } \ No newline at end of file + }