mirror of
https://github.com/zhayujie/bot-on-anything.git
synced 2026-02-09 15:57:26 +08:00
7 lines
80 B
Python
7 lines
80 B
Python
# channel
|
|
WECHAT = "wechat"
|
|
WECHAT_MP = "wechat_mp"
|
|
|
|
# model
|
|
OPEN_AI = "openai"
|