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

@@ -140,6 +140,7 @@ const translation = {
apiKey: "API Key",
enterYourKey: "Enter your API key here",
invalidKey: "Invalid OpenAI API key",
validatedError: "Validation failed: ",
validating: "Validating key...",
saveFailed: "Save api key failed",
apiKeyExceedBill: "This API KEY has no quota available, please read",