Files
chatgpt-on-wechat/common/const.py
2023-08-25 16:06:55 +08:00

10 lines
155 B
Python

# bot_type
OPEN_AI = "openAI"
CHATGPT = "chatGPT"
BAIDU = "baidu"
XUNFEI = "xunfei"
CHATGPTONAZURE = "chatGPTOnAzure"
LINKAI = "linkai"
VERSION = "1.3.0"