mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
less simple, but docker image builds
This commit is contained in:
parent
208fc7ae78
commit
af71638b06
2 changed files with 1 additions and 3 deletions
|
@ -1,3 +1 @@
|
||||||
__version__ = "0.16.4-dev"
|
__version__ = "0.16.4-dev"
|
||||||
|
|
||||||
from aider.coders import Coder # noqa: F401
|
|
||||||
|
|
|
@ -273,7 +273,7 @@ done
|
||||||
You can also script aider from python:
|
You can also script aider from python:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from aider import Coder
|
from aider.coders import Coder
|
||||||
|
|
||||||
# This is a list of files to add to the chat
|
# This is a list of files to add to the chat
|
||||||
fnames = ["foo.py"]
|
fnames = ["foo.py"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue