mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Make the maximum history size in prompt unlimited by default
This commit is contained in:
parent
00f3b0996b
commit
d0ea6d5f86
@ -49,7 +49,7 @@ settings = {
|
||||
'prompt': 'Common sense questions and answers\n\nQuestion: \nFactual answer:',
|
||||
'prompt_gpt4chan': '-----\n--- 865467536\nInput text\n--- 865467537\n',
|
||||
'stop_at_newline': True,
|
||||
'history_size': 8,
|
||||
'history_size': 0,
|
||||
'history_size_min': 0,
|
||||
'history_size_max': 64,
|
||||
'preset_pygmalion': 'Pygmalion',
|
||||
|
@ -9,7 +9,7 @@
|
||||
"prompt": "Common sense questions and answers\n\nQuestion: \nFactual answer:",
|
||||
"prompt_gpt4chan": "-----\n--- 865467536\nInput text\n--- 865467537\n",
|
||||
"stop_at_newline": true,
|
||||
"history_size": 8,
|
||||
"history_size": 0,
|
||||
"history_size_min": 0,
|
||||
"history_size_max": 64,
|
||||
"preset_pygmalion": "Pygmalion",
|
||||
|
Loading…
Reference in New Issue
Block a user