fix: providererror message when token validated fail (#190)

This commit is contained in:
zxhlyh
2023-05-24 19:50:14 +08:00
committed by GitHub
parent d93365d429
commit 0bb253efe0
6 changed files with 36 additions and 36 deletions

View File

@@ -141,6 +141,7 @@ const translation = {
apiKey: "API 密钥",
enterYourKey: "输入你的 API 密钥",
invalidKey: '无效的 OpenAI API 密钥',
validatedError: "校验失败:",
validating: "验证密钥中...",
saveFailed: "API 密钥保存失败",
apiKeyExceedBill: "此 API KEY 已没有可用配额,请阅读",