This commit is contained in:
Paul Gauthier 2024-04-19 16:42:25 -07:00
parent 08f8c8c0f5
commit 0969380ce9
3 changed files with 21 additions and 34 deletions

View file

@ -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)