mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
feat: add PDF file support and refactor image handling
This commit is contained in:
parent
73c1dc697f
commit
b8f36c8277
3 changed files with 7 additions and 10 deletions
|
@ -13,7 +13,7 @@ import git
|
|||
|
||||
from aider.dump import dump # noqa: F401
|
||||
|
||||
IMAGE_EXTENSIONS = {".png", ".jpg", ".jpeg", ".gif", ".bmp", ".tiff", ".webp"}
|
||||
IMAGE_EXTENSIONS = {".png", ".jpg", ".jpeg", ".gif", ".bmp", ".tiff", ".webp", ".pdf"}
|
||||
|
||||
|
||||
class IgnorantTemporaryDirectory:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue