Files
chatgpt-on-wechat/common/const.py
2023-04-28 00:13:13 +08:00

8 lines
119 B
Python

# bot_type
OPEN_AI = "openAI"
CHATGPT = "chatGPT"
BAIDU = "baidu"
CHATGPTONAZURE = "chatGPTOnAzure"
VERSION = "1.3.0"