diff --git a/common/const.py b/common/const.py index 896ff20..505ab71 100644 --- a/common/const.py +++ b/common/const.py @@ -8,4 +8,4 @@ LINKAI = "linkai" 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"]