This commit is contained in:
Paul Gauthier 2023-11-03 14:45:49 -07:00
parent 65f9d39d95
commit 208fc7ae78
2 changed files with 3 additions and 1 deletions

View file

@ -273,7 +273,7 @@ done
You can also script aider from python:
```python
from aider.coders import Coder
from aider import Coder
# This is a list of files to add to the chat
fnames = ["foo.py"]