mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-01-26 09:05:58 +08:00
add stepfun models
This commit is contained in:
@@ -394,6 +394,17 @@ const cn = {
|
||||
SubTitle: "不支持自定义前往.env配置",
|
||||
},
|
||||
},
|
||||
Stepfun: {
|
||||
ApiKey: {
|
||||
Title: "接口密钥",
|
||||
SubTitle: "使用自定义阶跃星辰API Key",
|
||||
Placeholder: "Stepfun API Key",
|
||||
},
|
||||
Endpoint: {
|
||||
Title: "接口地址",
|
||||
SubTitle: "样例:",
|
||||
},
|
||||
},
|
||||
ByteDance: {
|
||||
ApiKey: {
|
||||
Title: "接口密钥",
|
||||
|
||||
@@ -378,6 +378,17 @@ const en: LocaleType = {
|
||||
SubTitle: "not supported, configure in .env",
|
||||
},
|
||||
},
|
||||
Stepfun: {
|
||||
ApiKey: {
|
||||
Title: "Stepfun API Key",
|
||||
SubTitle: "Use a custom Stepfun API Key",
|
||||
Placeholder: "Stepfun API Key",
|
||||
},
|
||||
Endpoint: {
|
||||
Title: "Endpoint Address",
|
||||
SubTitle: "Example: ",
|
||||
},
|
||||
},
|
||||
ByteDance: {
|
||||
ApiKey: {
|
||||
Title: "ByteDance API Key",
|
||||
|
||||
Reference in New Issue
Block a user