From ddb211b74a1aa11d63e5429774d28f8091fd2a5d Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 16 Jun 2023 19:35:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/openai/modelmgr.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg/openai/modelmgr.py b/pkg/openai/modelmgr.py index dd05cb3f..f16105cb 100644 --- a/pkg/openai/modelmgr.py +++ b/pkg/openai/modelmgr.py @@ -20,11 +20,14 @@ COMPLETION_MODELS = { CHAT_COMPLETION_MODELS = { 'gpt-3.5-turbo', - 'gpt-3.5-turbo-0301', + 'gpt-3.5-turbo-16k', + 'gpt-3.5-turbo-0613', + 'gpt-3.5-turbo-16k-0613', + # 'gpt-3.5-turbo-0301', 'gpt-4', - 'gpt-4-0314', + 'gpt-4-0613', 'gpt-4-32k', - 'gpt-4-32k-0314' + 'gpt-4-32k-0613' } EDIT_MODELS = {