mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01:00
8 lines
226 B
Python
8 lines
226 B
Python
from .editblock_coder import EditBlockCoder
|
|
from .editor_editblock_prompts import EditorEditBlockPrompts
|
|
|
|
|
|
class EditorEditBlockCoder(EditBlockCoder):
|
|
edit_format = "editor-diff"
|
|
gpt_prompts = EditorEditBlockPrompts()
|