mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-04 17:47:43 +08:00
4 lines
65 B
Python
4 lines
65 B
Python
# bot_type
|
|
OPEN_AI = "openAI"
|
|
CHATGPT = "chatGPT"
|
|
BAIDU = "baidu" |