This commit is contained in:
Paul Gauthier 2024-10-04 13:00:01 -07:00
parent 1c67ddcbff
commit 4ef7022343
2 changed files with 2 additions and 2 deletions

View file

@ -696,7 +696,7 @@
### Aider v0.14.0 ### 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 - [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 - Aider now requires Python >= 3.9

View file

@ -44,7 +44,7 @@ These steps only need to be done once.
``` ```
# Clone the aider repo # 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: # Create the scratch dir to hold benchmarking results inside the main aider dir:
cd aider cd aider