mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-05 08:21:58 +08:00
8 lines
119 B
Python
8 lines
119 B
Python
# bot_type
|
|
OPEN_AI = "openAI"
|
|
CHATGPT = "chatGPT"
|
|
BAIDU = "baidu"
|
|
CHATGPTONAZURE = "chatGPTOnAzure"
|
|
|
|
VERSION = "1.3.0"
|