We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a3833 commit b33dad5Copy full SHA for b33dad5
+llms/+utils/errorMessageCatalog.m
@@ -54,7 +54,6 @@
54
catalog("llms:promptLimitCharacter") = "Prompt must have a maximum length of {1} characters for ModelName '{2}'";
55
catalog("llms:pngExpected") = "Argument must be a PNG image.";
56
catalog("llms:warningJsonInstruction") = "When using JSON mode, you must also prompt the model to produce JSON yourself via a system or user message.";
57
-catalog("llms:invalidOptionsForAzureBackEnd") = "The parameter Model Name is not compatible with Azure.";
58
catalog("llms:apiReturnedError") = "Server error: ""{1}""";
59
catalog("llms:dimensionsMustBeSmallerThan") = "Dimensions must be less than or equal to {1}.";
60
end
0 commit comments