mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Change a comment
This commit is contained in:
parent
2fe79a93cc
commit
a6d6bee88c
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue