additional messages when model isn't valid or supported

This commit is contained in:
buzz-lightsnack-2007 2024-05-12 21:09:56 +08:00
parent 85fef17f01
commit a129fd4e6d

View file

@ -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 havent 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 isnt supported."
},
"AI_message_prompt": {