Class LLMObsCustomEvalConfigInferenceParams

LLM inference parameters for a custom evaluator.

Hierarchy

  • LLMObsCustomEvalConfigInferenceParams

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
frequencyPenalty?: number

Frequency penalty to reduce repetition.

maxTokens?: number

Maximum number of tokens to generate.

presencePenalty?: number

Presence penalty to reduce repetition.

temperature?: number

Sampling temperature for the LLM.

topK?: number

Top-k sampling parameter.

topP?: number

Top-p (nucleus) sampling parameter.

Generated using TypeDoc