mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Add an option to include/exclude attachments from previous messages in the chat prompt
This commit is contained in:
parent
b4d2a00e20
commit
2dee3a66ff
4 changed files with 8 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue