Skip to content

Commit 83eff3a

Browse files
Update +llms/+utils/errorMessageCatalog.m
Co-authored-by: Christopher Creutzig <[email protected]>
1 parent 7bed93d commit 83eff3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+llms/+utils/errorMessageCatalog.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
catalog("llms:invalidOptionAndValueForModel") = "'{1}' with value '{2}' is not supported for model ""{3}"".";
5353
catalog("llms:invalidOptionForModel") = "Invalid argument name {1} for model ""{2}"".";
5454
catalog("llms:invalidContentTypeForModel") = "{1} is not supported for model ""{2}"".";
55-
catalog("llms:functionNotAvailableForModel") = "This function is not supported for model ""{1}"".";
55+
catalog("llms:functionNotAvailableForModel") = "Image editing is not supported for model ""{1}"".";
5656
catalog("llms:promptLimitCharacter") = "Prompt must contain at most {1} characters for model ""{2}"".";
5757
catalog("llms:pngExpected") = "Image must be a PNG file (*.png).";
5858
catalog("llms:warningJsonInstruction") = "When using JSON mode, you must also prompt the model to produce JSON yourself via a system or user message.";

0 commit comments

Comments
 (0)