Explorar el Código

feat: add VERSION constant

master
lanvent hace 1 año
padre
commit
7222a5c2f4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      common/const.py

+ 2
- 0
common/const.py Ver fichero

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

VERSION = "1.3.0"

Cargando…
Cancelar
Guardar