Browse Source

feat: add VERSION constant

lanvent 2 years ago
parent
commit
7222a5c2f4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      common/const.py

+ 2 - 0
common/const.py

@@ -3,3 +3,5 @@ OPEN_AI = "openAI"
 CHATGPT = "chatGPT"
 BAIDU = "baidu"
 CHATGPTONAZURE = "chatGPTOnAzure"
+
+VERSION = "1.3.0"