feat: add new provider for minimax and qwen portals (#203)
Co-authored-by: Haze <709547807@qq.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
5d548da2e6
commit
f70d5b0c28
@@ -53,7 +53,8 @@
|
||||
"updated": "Provider updated",
|
||||
"failedUpdate": "Failed to update provider",
|
||||
"invalidKey": "Invalid API key",
|
||||
"modelRequired": "Model ID is required"
|
||||
"modelRequired": "Model ID is required",
|
||||
"minimaxConflict": "Cannot add both MiniMax (Global) and MiniMax (CN) providers."
|
||||
},
|
||||
"oauth": {
|
||||
"loginMode": "OAuth Login",
|
||||
|
||||
@@ -53,7 +53,8 @@
|
||||
"updated": "提供商已更新",
|
||||
"failedUpdate": "更新提供商失败",
|
||||
"invalidKey": "无效的 API 密钥",
|
||||
"modelRequired": "需要模型 ID"
|
||||
"modelRequired": "需要模型 ID",
|
||||
"minimaxConflict": "不能同时添加 MiniMax 国际站和国内站的服务商。"
|
||||
},
|
||||
"oauth": {
|
||||
"loginMode": "OAuth 登录",
|
||||
|
||||
Reference in New Issue
Block a user