From a129fd4e6ddaf89410067ba84b66794267aa5b49 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 12 May 2024 21:09:56 +0800 Subject: [PATCH] additional messages when model isn't valid or supported --- _locales/en/messages.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 5762a8b..9b80d21 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -281,7 +281,13 @@ "message": "The product data has not been attached to the storage." }, "error_msg_APImissing": { - "message": "You have not yet added the API keys. To continue, please add one in the options." + "message": "You haven’t added the API keys yet. To continue, please add one in the options." + }, + "error_msg_modelInvalid": { + "message": "The model is invalid." + }, + "error_msg_modelUnsupported": { + "message": "The model isn’t supported." }, "AI_message_prompt": {