Various prompt templates for automatic program repair using LLMs
-
Updated
Jul 16, 2024
Various prompt templates for automatic program repair using LLMs
🚀AutoPatcher: Automatic Root-Cause-Analysis Guided Program Repair via Large Language Models
This LLM generates code based on tests, and makes sure they pass.
CETI (Correcting Errors using Test-input) is an automatic program repair technique that uses test-input generation to repair C programs. The idea is to convert the buggy program/test suite specification into another program consisting of a location reachable iff the buggy program can be repair to pass the given test suite.
Add a description, image, and links to the automatic-program-repair topic page so that developers can more easily learn about it.
To associate your repository with the automatic-program-repair topic, visit your repo's landing page and select "manage topics."