Add an option to include/exclude attachments from previous messages in the chat prompt

This commit is contained in:
oobabooga 2025-06-12 16:54:43 -07:00
parent b4d2a00e20
commit 2dee3a66ff
4 changed files with 8 additions and 4 deletions

View file

@ -224,6 +224,7 @@ settings = {
'negative_prompt': '',
'dark_theme': True,
'paste_to_attachment': False,
'include_past_attachments': True,
# Generation parameters - Curve shape
'temperature': 0.6,