Files
bot-on-anything/common/const.py
2023-02-26 17:17:52 +08:00

11 lines
180 B
Python

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