Ver código fonte

feat: add VERSION constant

master
lanvent 1 ano atrás
pai
commit
7222a5c2f4
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      common/const.py

+ 2
- 0
common/const.py Ver arquivo

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

VERSION = "1.3.0"

Carregando…
Cancelar
Salvar