Get started with the EvalKit evaluations framework.
apiKey
baseURL
deploymentName
(for Azure OpenAI)evalkit.config.ts
(or .js
) file in your project root:
outputFormats
: Array of report formats to generate
[]
: Console output only (default)['json']
: JSON reports['html']
: HTML reports['json', 'html']
: Both formatsoutputDir
: Directory where reports will be saved (default: ’./eval-reports’)