mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-13 13:33:42 +08:00
feat: Add service provider OpenRouter
This commit is contained in:
@@ -507,6 +507,17 @@ const cn = {
|
||||
SubTitle: "样例:",
|
||||
},
|
||||
},
|
||||
OpenRouter: {
|
||||
ApiKey: {
|
||||
Title: "接口密钥",
|
||||
SubTitle: "使用自定义 OpenRouter API Key",
|
||||
Placeholder: "OpenRouter API Key",
|
||||
},
|
||||
Endpoint: {
|
||||
Title: "接口地址",
|
||||
SubTitle: "样例:",
|
||||
},
|
||||
},
|
||||
Stability: {
|
||||
ApiKey: {
|
||||
Title: "接口密钥",
|
||||
|
@@ -467,6 +467,17 @@ const da: PartialLocaleType = {
|
||||
SubTitle: "F.eks.: ",
|
||||
},
|
||||
},
|
||||
OpenRouter: {
|
||||
ApiKey: {
|
||||
Title: "OpenRouter-nøgle",
|
||||
SubTitle: "Din egen OpenRouter-nøgle",
|
||||
Placeholder: "OpenRouter API Key",
|
||||
},
|
||||
Endpoint: {
|
||||
Title: "Adresse",
|
||||
SubTitle: "F.eks.: ",
|
||||
},
|
||||
},
|
||||
Stability: {
|
||||
ApiKey: {
|
||||
Title: "Stability-nøgle",
|
||||
|
@@ -491,6 +491,17 @@ const en: LocaleType = {
|
||||
SubTitle: "Example: ",
|
||||
},
|
||||
},
|
||||
OpenRouter: {
|
||||
ApiKey: {
|
||||
Title: "OpenRouter API Key",
|
||||
SubTitle: "Use a custom OpenRouter API Key",
|
||||
Placeholder: "OpenRouter API Key",
|
||||
},
|
||||
Endpoint: {
|
||||
Title: "Endpoint Address",
|
||||
SubTitle: "Example: ",
|
||||
},
|
||||
},
|
||||
Stability: {
|
||||
ApiKey: {
|
||||
Title: "Stability API Key",
|
||||
|
Reference in New Issue
Block a user