mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
copy
This commit is contained in:
parent
08f8c8c0f5
commit
0969380ce9
3 changed files with 21 additions and 34 deletions
|
@ -379,7 +379,7 @@ class Commands:
|
|||
self.io.tool_error(
|
||||
f"Cannot add image file {matched_file} as the"
|
||||
f" {self.coder.main_model.name} does not support image.\nYou can run `aider"
|
||||
" --4turbo` to use GPT-4 Turbo with Vision."
|
||||
" --4-turbo-vision` to use GPT-4 Turbo with Vision."
|
||||
)
|
||||
continue
|
||||
content = self.io.read_text(abs_file_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue