From c55fbe582a609c06fbb8fa6faffb83d78ffe06ee Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 6 Nov 2023 18:51:45 -0800 Subject: [PATCH] copy --- docs/benchmarks-1106.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarks-1106.md b/docs/benchmarks-1106.md index 838936ed7..aaa105019 100644 --- a/docs/benchmarks-1106.md +++ b/docs/benchmarks-1106.md @@ -17,7 +17,7 @@ whenever I change aider's prompting or the backend which drives LLM conversation I run the benchmark to make sure these changes produce improvements (not regressions). The benchmark asks GPT to complete the -[Exercism Python coding exercises](). +[Exercism Python coding exercises](https://github.com/exercism/python). Exercism provides a starting python file with stubs for the needed functions, a natural language description of the problem to solve and a test suite to evaluate whether the coder has correctly solved the problem.