fix: validate OpenAI API key format and improve error handling
This commit is contained in:
@@ -184,7 +184,9 @@
|
||||
"GENERATING": "Generating...",
|
||||
"CANCEL": "Cancel"
|
||||
},
|
||||
"GENERATE_ERROR": "There was an error processing the content, please verify your OpenAI API key and try again"
|
||||
"GENERATE_ERROR": "There was an error processing the content, please verify your OpenAI API key and try again",
|
||||
"INVALID_API_KEY_ERROR": "Your OpenAI API key is invalid.",
|
||||
"GO_TO_SETTINGS": "Update key"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Delete",
|
||||
|
||||
Reference in New Issue
Block a user