From 4ef70223439e6f675ea37fa87d608151c8ae597b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 4 Oct 2024 13:00:01 -0700 Subject: [PATCH] copy --- HISTORY.md | 2 +- benchmark/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0f580946f..1bcf09dd1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -696,7 +696,7 @@ ### Aider v0.14.0 - [Support for Claude2 and other LLMs via OpenRouter](https://aider.chat/docs/faq.html#accessing-other-llms-with-openrouter) by @joshuavial -- Documentation for [running the aider benchmarking suite](https://github.com/paul-gauthier/aider/tree/main/benchmark) +- Documentation for [running the aider benchmarking suite](https://github.com/Aider-AI/aider/tree/main/benchmark) - Aider now requires Python >= 3.9 diff --git a/benchmark/README.md b/benchmark/README.md index 77618a3f9..494806823 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -44,7 +44,7 @@ These steps only need to be done once. ``` # Clone the aider repo -git clone git@github.com:paul-gauthier/aider.git +git clone git@github.com:Aider-AI/aider.git # Create the scratch dir to hold benchmarking results inside the main aider dir: cd aider