File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 43
43
catalog(" llms:assistantMustHaveTextNameAndArguments" ) = " Fields 'name' and 'arguments' must be text with one or more characters." ;
44
44
catalog(" llms:mustBeValidIndex" ) = " Value is larger than the number of elements in Messages ({1})." ;
45
45
catalog(" llms:stopSequencesMustHaveMax4Elements" ) = " Number of elements must not be larger than 4." ;
46
- catalog(" llms:keyMustBeSpecified" ) = " API key not found as environment variable {1} and not specified via ApiKey parameter ." ;
46
+ catalog(" llms:keyMustBeSpecified" ) = " Unable to find API key. Either set environment variable {1} or specify name-value argument "" ApiKey"" ." ;
47
47
catalog(" llms:mustHaveMessages" ) = " Value must contain at least one message in Messages." ;
48
48
catalog(" llms:mustSetFunctionsForCall" ) = " When no functions are defined, ToolChoice must not be specified." ;
49
49
catalog(" llms:mustBeMessagesOrTxt" ) = " Messages must be text with one or more characters or an openAIMessages objects." ;
54
54
catalog(" llms:promptLimitCharacter" ) = " Prompt must have a maximum length of {1} characters for ModelName '{2}'" ;
55
55
catalog(" llms:pngExpected" ) = " Argument must be a PNG image." ;
56
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:invalidOptionsForOpenAIBackEnd" ) = " The parameters Resource Name, Deployment ID and API Version are not compatible with OpenAI." ;
58
57
catalog(" llms:invalidOptionsForAzureBackEnd" ) = " The parameter Model Name is not compatible with Azure." ;
59
58
catalog(" llms:apiReturnedError" ) = " OpenAI API Error: {1}" ;
60
59
catalog(" llms:dimensionsMustBeSmallerThan" ) = " Dimensions must be less than or equal to {1}." ;
You can’t perform that action at this time.
0 commit comments