mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
Add ChatCoder to __init__.py
This commit is contained in:
parent
5fcf454968
commit
8a3a836ce9
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ from .single_wholefile_func_coder import SingleWholeFileFunctionCoder
|
|||
from .udiff_coder import UnifiedDiffCoder
|
||||
from .wholefile_coder import WholeFileCoder
|
||||
from .wholefile_func_coder import WholeFileFunctionCoder
|
||||
from .chat_coder import ChatCoder
|
||||
|
||||
__all__ = [
|
||||
Coder,
|
||||
|
@ -18,4 +19,5 @@ __all__ = [
|
|||
SingleWholeFileFunctionCoder,
|
||||
UnifiedDiffCoder,
|
||||
HelpCoder,
|
||||
ChatCoder,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue