Change a comment

This commit is contained in:
oobabooga 2025-08-09 07:51:03 -07:00
parent 2fe79a93cc
commit a6d6bee88c

View file

@ -813,7 +813,7 @@ def chatbot_wrapper(text, state, regenerate=False, _continue=False, loading_mess
for file_path in files:
add_message_attachment(output, row_idx, file_path, is_user=True)
# Collect image attachments for ExLlamaV3
# Collect image attachments for multimodal generation
image_attachments = []
if 'metadata' in output:
user_key = f"user_{row_idx}"