Files
bot-on-anything/common/const.py
2023-02-20 13:40:45 +08:00

10 lines
158 B
Python

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