mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-24 04:59:19 +08:00
feat: support baidu model
This commit is contained in:
@@ -347,6 +347,22 @@ const cn = {
|
||||
SubTitle: "选择一个特定的 API 版本",
|
||||
},
|
||||
},
|
||||
Baidu: {
|
||||
ApiKey: {
|
||||
Title: "接口密钥",
|
||||
SubTitle: "使用自定义 Baidu API Key 绕过密码访问限制",
|
||||
Placeholder: "Baidu API Key",
|
||||
},
|
||||
SecretKey: {
|
||||
Title: "接口密钥",
|
||||
SubTitle: "使用自定义 Baidu Secret Key 绕过密码访问限制",
|
||||
Placeholder: "Baidu Secret Key",
|
||||
},
|
||||
Endpoint: {
|
||||
Title: "接口地址",
|
||||
SubTitle: "样例:",
|
||||
},
|
||||
},
|
||||
CustomModel: {
|
||||
Title: "自定义模型名",
|
||||
SubTitle: "增加自定义模型可选项,使用英文逗号隔开",
|
||||
|
Reference in New Issue
Block a user