From 5ac8a257e73f0b73c80f7f0279480bc341b3f336 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Sat, 26 Aug 2023 10:50:31 +0800 Subject: [PATCH] fix: add gpt-3.5-turbo in model_list --- common/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.py b/common/const.py index 896ff200a..505ab71fa 100644 --- a/common/const.py +++ b/common/const.py @@ -8,4 +8,4 @@ VERSION = "1.3.0" -MODEL_LIST = ["gpt-3.5-turbo-16k", "gpt-4", "wenxin", "xunfei"] +MODEL_LIST = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "wenxin", "xunfei"]