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
494
Commits
2
Branches
4.3MB
Tree:
3e9e8d442a
CoW
/
common
/
const.py
const.py
100B
Raw
Normal View
History
feat: add config for model selection #471
2 years ago
Support Azure hosted chatgpt service
2 years ago
formatting code
2 years ago
1
2
3
4
5
# bot_type
OPEN_AI =
"openAI"
CHATGPT =
"chatGPT"
BAIDU =
"baidu"
CHATGPTONAZURE =
"chatGPTOnAzure"