Skip to content

Commit

Permalink
Update +llms/+utils/errorMessageCatalog.m
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Creutzig <[email protected]>
  • Loading branch information
MiriamScharnke and ccreutzi authored Jul 26, 2024
1 parent 7bed93d commit 83eff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +llms/+utils/errorMessageCatalog.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
catalog("llms:invalidOptionAndValueForModel") = "'{1}' with value '{2}' is not supported for model ""{3}"".";
catalog("llms:invalidOptionForModel") = "Invalid argument name {1} for model ""{2}"".";
catalog("llms:invalidContentTypeForModel") = "{1} is not supported for model ""{2}"".";
catalog("llms:functionNotAvailableForModel") = "This function is not supported for model ""{1}"".";
catalog("llms:functionNotAvailableForModel") = "Image editing is not supported for model ""{1}"".";
catalog("llms:promptLimitCharacter") = "Prompt must contain at most {1} characters for model ""{2}"".";
catalog("llms:pngExpected") = "Image must be a PNG file (*.png).";
catalog("llms:warningJsonInstruction") = "When using JSON mode, you must also prompt the model to produce JSON yourself via a system or user message.";
Expand Down

0 comments on commit 83eff3a

Please sign in to comment.