mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
Update benchmarks-1106.md
This commit is contained in:
parent
e9254070b1
commit
d14aa23ece
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ and a test suite to evaluate whether the coder has correctly solved the problem.
|
|||
The benchmark gives aider two tries to complete the task:
|
||||
|
||||
1. On the first try, aider gives GPT the stub code file to edit and the natural language instructions that describe the problem. This reflects how you code with aider. You add your source code files to the chat and ask for changes, which are automatically applied.
|
||||
2. If the test suite fails after the first try, aider gives GPT the test error output and asks it to fix the code. Aider supports this sort of interaction when chatting with GPT using a command like `/run pytest` to run and share pytest results in the chat with GPT. You can `/run` whatever tests/linters/etc make sense for your language/framework/situation.
|
||||
2. If the test suite fails after the first try, aider gives GPT the test error output and asks it to fix the code. Aider supports this sort of interaction in the chat using a command like `/run pytest` to run and share pytest results in the chat with GPT. You can `/run` whatever tests/linters/etc make sense for your language/framework/situation.
|
||||
|
||||
## Benchmark results on the new "1106" models
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue