announce the edit format

This commit is contained in:
Paul Gauthier 2023-12-17 12:58:48 -08:00
parent 7113a30271
commit 360846320f
3 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,8 @@ from .editblock_prompts import EditBlockPrompts
class EditBlockCoder(Coder):
edit_format = "diff"
def __init__(self, *args, **kwargs):
self.gpt_prompts = EditBlockPrompts()
super().__init__(*args, **kwargs)