Files
bot-on-anything/common/const.py
2023-02-16 01:55:20 +08:00

8 lines
120 B
Python

# channel
WECHAT = "wechat"
WECHAT_MP = "wechat_mp"
WECHAT_MP_SERVICE = "wechat_mp_service"
# model
OPEN_AI = "openai"