diff --git a/aider/coders/patch_coder.py b/aider/coders/patch_coder.py index 582019266..b928cefd5 100644 --- a/aider/coders/patch_coder.py +++ b/aider/coders/patch_coder.py @@ -212,7 +212,7 @@ class PatchCoder(Coder): """ edit_format = "patch" - gpt_prompts = None # Prompts to be added later + gpt_prompts = PatchPrompts() def get_edits(self) -> List[PatchAction]: """