This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
CoW
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
408
Commits
2
Branches
4.3MB
Tree:
fdf6b0dc6b
CoW
/
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"