From 7222a5c2f49ebb91094b44f67ce9f6d83b19f6bf Mon Sep 17 00:00:00 2001 From: lanvent Date: Fri, 28 Apr 2023 00:13:13 +0800 Subject: [PATCH] feat: add VERSION constant --- common/const.py | 2 ++ 1 file changed, 2 insertions(+) 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"