mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-04 09:17:41 +08:00
9 lines
137 B
Python
9 lines
137 B
Python
# bot_type
|
|
OPEN_AI = "openAI"
|
|
CHATGPT = "chatGPT"
|
|
BAIDU = "baidu"
|
|
CHATGPTONAZURE = "chatGPTOnAzure"
|
|
LINKAI = "linkai"
|
|
|
|
VERSION = "1.3.0"
|