mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
f1871d104a
commit
8aa1e10f2a
2 changed files with 12 additions and 0 deletions
|
@ -62,3 +62,11 @@ context window sizes.
|
||||||
All of the other diff-like edit formats are much more efficient with their use of tokens.
|
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).
|
|
@ -27,6 +27,10 @@ local models that provide an
|
||||||
|
|
||||||
## Use a capable model
|
## 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.
|
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
|
If you see the model returning code, but aider isn't able to edit your files
|
||||||
and commit the changes...
|
and commit the changes...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue