mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +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 .udiff_coder import UnifiedDiffCoder
|
||||||
from .wholefile_coder import WholeFileCoder
|
from .wholefile_coder import WholeFileCoder
|
||||||
from .wholefile_func_coder import WholeFileFunctionCoder
|
from .wholefile_func_coder import WholeFileFunctionCoder
|
||||||
|
from .chat_coder import ChatCoder
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
Coder,
|
Coder,
|
||||||
|
@ -18,4 +19,5 @@ __all__ = [
|
||||||
SingleWholeFileFunctionCoder,
|
SingleWholeFileFunctionCoder,
|
||||||
UnifiedDiffCoder,
|
UnifiedDiffCoder,
|
||||||
HelpCoder,
|
HelpCoder,
|
||||||
|
ChatCoder,
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue