From 6ba3dba007666fbc27b518f92d1861837e5af292 Mon Sep 17 00:00:00 2001 From: XiaoRan <86949124+slideslide@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:17:20 +0800 Subject: [PATCH] Update presets.py (#956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加增长后的3.5 turbo --- modules/presets.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/presets.py b/modules/presets.py index 73d60963..1c00eea6 100644 --- a/modules/presets.py +++ b/modules/presets.py @@ -56,6 +56,7 @@ "GPT3.5 Turbo 16K", "GPT3.5 Turbo 0301", "GPT3.5 Turbo 0613", + "GPT3.5 Turbo 1106", "GPT4", "GPT4 32K", "GPT4 Turbo", @@ -129,6 +130,10 @@ "model_name": "gpt-3.5-turbo-0613", "token_limit": 4096, }, + "GPT3.5 Turbo 1106": { + "model_name": "gpt-3.5-turbo-1106", + "token_limit": 16384, + }, "GPT4": { "model_name": "gpt-4", "token_limit": 8192,