Files
chatgpt-on-wechat/common/const.py
2023-04-17 01:01:02 +08:00

6 lines
100 B
Python

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