From 5c7f18f0f393f2b05313cb2742ea1e363ec2200d Mon Sep 17 00:00:00 2001 From: Guillaume Schurck Date: Mon, 6 Nov 2023 22:28:17 +0100 Subject: [PATCH] add gpt-4-1106-preview model --- src/static/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + }