Browse Source

feat: add VERSION constant

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

+ 2
- 0
common/const.py View File

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

VERSION = "1.3.0"

Loading…
Cancel
Save