diff --git a/common/const.py b/common/const.py index 14d00fd..b60d445 100644 --- a/common/const.py +++ b/common/const.py @@ -3,3 +3,5 @@ OPEN_AI = "openAI" CHATGPT = "chatGPT" BAIDU = "baidu" CHATGPTONAZURE = "chatGPTOnAzure" + +VERSION = "1.3.0"