From bf9d832acf93e278b0bcef1ff0da07ee7be7b4c9 Mon Sep 17 00:00:00 2001 From: David Coleman Date: Thu, 19 Feb 2026 21:43:57 +1100 Subject: [PATCH] README: update OpenAI Evals starter guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d57c76ee..1b3729b0d4 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ We suggest getting starting by: - Walking through the process for building an eval: [`build-eval.md`](docs/build-eval.md) - Exploring an example of implementing custom eval logic: [`custom-eval.md`](docs/custom-eval.md) - Writing your own completion functions: [`completion-fns.md`](docs/completion-fns.md) -- Review our starter guide for writing evals: [Getting Started with OpenAI Evals](https://cookbook.openai.com/examples/evaluation/getting_started_with_openai_evals) +- Review our starter guide for writing evals: [Getting Started with OpenAI Evals](https://developers.openai.com/cookbook/examples/evaluation/getting_started_with_openai_evals) Please note that we are currently not accepting evals with custom code! While we ask you to not submit such evals at the moment, you can still submit model-graded evals with custom model-graded YAML files.