feat: add global model check

This commit is contained in:
zhayujie
2023-08-25 17:26:40 +08:00
parent 89400630c0
commit 5ff753a492
2 changed files with 24 additions and 2 deletions

View File

@@ -7,3 +7,5 @@ CHATGPTONAZURE = "chatGPTOnAzure"
LINKAI = "linkai"
VERSION = "1.3.0"
MODEL_LIST = ["gpt-3.5-turbo-16k", "gpt-4", "wenxin", "xunfei"]