mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
Fixed up images in chat
This commit is contained in:
parent
f1c09ececf
commit
0da1b59901
5 changed files with 14 additions and 29 deletions
|
@ -362,7 +362,7 @@ class Coder:
|
|||
return files_messages
|
||||
|
||||
def get_images_message(self):
|
||||
if not utils.is_gpt4_with_openai_base_url(self.main_model.name):
|
||||
if not self.main_model.accepts_images:
|
||||
return None
|
||||
|
||||
image_messages = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue