mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
copy
This commit is contained in:
parent
a405defcff
commit
25d00b3aac
1 changed files with 6 additions and 5 deletions
|
@ -61,13 +61,14 @@ It's important to be clear that during benchmarking
|
||||||
It could not see or run the held out "acceptance tests" that are used later to see if the
|
It could not see or run the held out "acceptance tests" that are used later to see if the
|
||||||
SWE Bench problem was correctly resolved.
|
SWE Bench problem was correctly resolved.
|
||||||
|
|
||||||
The benchmarking process was similar to a user employing aider like this:
|
The benchmarking process was similar to how a developer might use aider to
|
||||||
|
resolve a GitHub issue:
|
||||||
|
|
||||||
- Launching aider in their repo with the command below, which
|
- They could launch aider in their repo with the command below, which
|
||||||
tells aider to automatically proceed with every suggestion
|
tells aider they want to accept every suggestion
|
||||||
and use pytest to run tests.
|
and to use pytest to run tests.
|
||||||
- `aider --yes --test-cmd pytest`
|
- `aider --yes --test-cmd pytest`
|
||||||
- Pasting the URL of a GitHub issue into the chat. Aider will offer to pull in the URL's content.
|
- Paste the URL or text of a GitHub issue into the chat. Aider will pull in the URL's content and then try and solve the issue.
|
||||||
- If aider doesn't produce code that lints and tests clean, the user might decide to revert the changes and try again, maybe using aider with a different LLM this time.
|
- If aider doesn't produce code that lints and tests clean, the user might decide to revert the changes and try again, maybe using aider with a different LLM this time.
|
||||||
[Aider is tightly integrated with git](https://aider.chat/docs/faq.html#how-does-aider-use-git),
|
[Aider is tightly integrated with git](https://aider.chat/docs/faq.html#how-does-aider-use-git),
|
||||||
so it's always easy to revert AI changes that don't pan out.
|
so it's always easy to revert AI changes that don't pan out.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue