Parcourir la source

feat: add VERSION constant

master
lanvent il y a 1 an
Parent
révision
7222a5c2f4
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      common/const.py

+ 2
- 0
common/const.py Voir le fichier

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

VERSION = "1.3.0"

Chargement…
Annuler
Enregistrer