From 2562b6540d0e9ec6b7e1effe2d58679b08baacba Mon Sep 17 00:00:00 2001 From: Jeremy Marjollet Date: Fri, 16 Feb 2024 17:12:22 +0100 Subject: [PATCH] Update available models --- src/static/config.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/static/config.json b/src/static/config.json index bfcf7b5..ca350f3 100644 --- a/src/static/config.json +++ b/src/static/config.json @@ -10,13 +10,17 @@ "value": "gpt-3.5-turbo", "label": "GPT-3.5-TURBO (Default ChatGPT)" }, + { + "value": "gpt-3.5-turbo-0301", + "label": "GPT-3.5-TURBO-0301 (Legacy)" + }, { "value": "gpt-3.5-turbo-0613", "label": "GPT-3.5-TURBO-0613" }, { - "value": "gpt-3.5-turbo-0301", - "label": "GPT-3.5-TURBO-0301 (Legacy)" + "value": "gpt-3.5-turbo-0125", + "label": "GPT-3.5-TURBO-0125" }, { "value": "gpt-3.5-turbo-16k", @@ -50,9 +54,17 @@ "value": "gpt-4-32k-0314", "label": "GPT-4-32K-0314 (Limited Beta, Legacy)" }, + { + "value": "gpt-4-turbo-preview", + "label": "GPT-4-turbo" + }, { "value": "gpt-4-1106-preview", "label": "GPT-4-1106-Preview" + }, + { + "value": "gpt-4-0125-preview", + "label": "GPT-4-0125-Preview" } ], "writingCharacters": [