CarperAI / InstructGPT

For experiments involving instruct gpt. Currently used for documenting open research questions.
MIT License
71 stars 3 forks source link

[task] Automated Issue Fixer #8

Open jon-tow opened 1 year ago

jon-tow commented 1 year ago

🚀 The Task

Given a GitHub Issue as context and the relevant line to be fixed, the model should be able to generate the corresponding fix.

Example

https://github.com/${org}/${repo}/blob/${sha}/${path}#L89-L101

Change this code to fix {issue}:

Additional Notes