mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
af8a136ae3
commit
d8735ce136
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@ the 133 exercises are completed successfully, with all the associated unit tests
|
|||
To run the test, aider sends GPT the Exercism instructions followed by:
|
||||
|
||||
```
|
||||
Use the above instructions to modify the supplied files: {file_list}. Keep and implement the existing function or class stubs, they will be called from unit tests. Only use standard python libraries, don't suggest installing any packages.
|
||||
Use the above instructions to modify the supplied files: {file_list}
|
||||
Keep and implement the existing function or class stubs, they will be called from unit tests.
|
||||
Only use standard python libraries, don't suggest installing any packages.
|
||||
```
|
||||
|
||||
Aider updates the implementation file based on GPT's reply and runs the unit tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue