mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
feat: add config for model selection #471
This commit is contained in:
4
common/const.py
Normal file
4
common/const.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# bot_type
|
||||
OPEN_AI = "openAI"
|
||||
CHATGPT = "chatGPT"
|
||||
BAIDU = "baidu"
|
||||
Reference in New Issue
Block a user