OpenAI::CreateEvalRequest
Inherits JSON::Serializable < Reference < Object
Constructors
Instance methods
The configuration for the data source used for the evaluation runs. Dictates the schema of the data used in the evaluation.
The configuration for the data source used for the evaluation runs. Dictates the schema of the data used in the evaluation.
A list of graders for all eval runs in this group. Graders can reference variables in the data source using double curly braces notation, like {{item.variable_name}}. To reference the model's output, use the sample namespace (ie, {{sample.output_text}}).
A list of graders for all eval runs in this group. Graders can reference variables in the data source using double curly braces notation, like {{item.variable_name}}. To reference the model's output, use the sample namespace (ie, {{sample.output_text}}).