fix: add gpt-3.5-turbo in model_list

This commit is contained in:
zhayujie
2023-08-26 10:50:31 +08:00
parent 74119d0372
commit 5ac8a257e7

View File

@@ -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"]