Files
chatgpt-on-wechat/common/const.py
2023-03-25 00:07:08 +08:00

5 lines
99 B
Python

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