This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
ai-on-wechat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
451
Commits
3
Branches
10MB
Tree:
3174b1158c
ai-on-wechat
/
common
/
const.py
const.py
99B
Raw
Normal View
History
feat: add config for model selection #471
2 years ago
Support Azure hosted chatgpt service
2 years ago
1
2
3
4
5
# bot_type
OPEN_AI =
"openAI"
CHATGPT =
"chatGPT"
BAIDU =
"baidu"
CHATGPTONAZURE =
"chatGPTOnAzure"