Skip to content

Commit b33dad5

Browse files
committed
Remove unused error ID
1 parent 16a3833 commit b33dad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

+llms/+utils/errorMessageCatalog.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
catalog("llms:promptLimitCharacter") = "Prompt must have a maximum length of {1} characters for ModelName '{2}'";
5555
catalog("llms:pngExpected") = "Argument must be a PNG image.";
5656
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.";
5857
catalog("llms:apiReturnedError") = "Server error: ""{1}""";
5958
catalog("llms:dimensionsMustBeSmallerThan") = "Dimensions must be less than or equal to {1}.";
6059
end

0 commit comments

Comments
 (0)