Sfoglia il codice sorgente

feat: add VERSION constant

lanvent 2 anni fa
parent
commit
7222a5c2f4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"