This commit is contained in:
Paul Gauthier 2024-05-03 17:14:56 -07:00
parent f1871d104a
commit 8aa1e10f2a
2 changed files with 12 additions and 0 deletions

View file

@ -62,3 +62,11 @@ context window sizes.
All of the other diff-like edit formats are much more efficient with their use of tokens.
## Contributing benchmark results
Contributions of benchmark results are welcome!
See the
[benchmark README]()
for information on running aider's code editing benchmark.
Submit results by opening a PR with edits to the
[benchmark results CSV data file](https://github.com/paul-gauthier/aider/blob/main/_data/leaderboard.csv).

View file

@ -27,6 +27,10 @@ local models that provide an
## Use a capable model
Check
[Aider's LLM leaderboard](https://aider.chat/docs/leaderboard.html)
to see which models work best with aider.
Be aware that aider may not work well with less capable models.
If you see the model returning code, but aider isn't able to edit your files
and commit the changes...