Our Python SDK got smarter. We developed a Typscript SDK too. We are updating our SDK code blocks. Python SDKhere.Typscript SDKhere.
Description

Evaluators Configuration

Evaluator authentication

Configure authentication for evaluators in the values.yaml file.

The complete evaluator configuration is provided to customers during platform deployment.

Example for Judge evaluator:

evaluator-sdk-judge:
  config:
    evaluators:
      - id: <EVALUATOR_ID>
        backend_name: openai
        openai:
          api_key: <OPENAI_API_KEY>
          model: <MODEL>

On this page