feat: add VERSION constant

This commit is contained in:
lanvent
2023-04-28 00:13:13 +08:00
parent 59050001ef
commit 7222a5c2f4

View File

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