Files
bot-on-anything/common/const.py
2023-02-27 00:35:48 +08:00

12 lines
190 B
Python

# channel
TERMINAL = "terminal"
WECHAT = "wechat"
WECHAT_MP = "wechat_mp"
WECHAT_MP_SERVICE = "wechat_mp_service"
QQ = "qq"
GMAIL = "gmail"
TELEGRAM = "telegram"
# model
OPEN_AI = "openai"