From a6d6bee88cf52dc4bbfaeac91df5a951810ab0dd Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 9 Aug 2025 07:51:03 -0700 Subject: [PATCH] Change a comment --- modules/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chat.py b/modules/chat.py index b127b489..639feebf 100644 --- a/modules/chat.py +++ b/modules/chat.py @@ -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}"