Files
chatgpt-on-wechat/common/const.py
2023-03-15 23:27:51 +08:00

4 lines
65 B
Python

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