This website works better with JavaScript.
首頁
探索
說明
註冊
登入
J1147
/
ai-on-wechat
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
507
Commit
3
分支
10MB
目錄樹:
71c8043699
ai-on-wechat
/
common
/
const.py
const.py
100B
原始文件
Normal View
文件歷史
feat: add config for model selection #471
2 年之前
Support Azure hosted chatgpt service
2 年之前
formatting code
1 年之前
1
2
3
4
5
# bot_type
OPEN_AI =
"openAI"
CHATGPT =
"chatGPT"
BAIDU =
"baidu"
CHATGPTONAZURE =
"chatGPTOnAzure"