mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
added editblockcoder
This commit is contained in:
parent
602094aca3
commit
741249bb6b
1 changed files with 7 additions and 0 deletions
7
aider/coders/editblock.py
Normal file
7
aider/coders/editblock.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from ..editors import EditBlockPrompts
|
||||
from .base import Coder
|
||||
|
||||
|
||||
class EditBlockCoder(Coder):
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.gpt_prompts = EditBlockPrompts()
|
Loading…
Add table
Add a link
Reference in a new issue