Change how spaces are handled in continue/generation attempts
This commit is contained in:
parent
2eeb27659d
commit
e283ddc559
4 changed files with 13 additions and 12 deletions
|
@ -59,7 +59,7 @@ settings = {
|
|||
'chat_prompt_size_max': 2048,
|
||||
'chat_generation_attempts': 1,
|
||||
'chat_generation_attempts_min': 1,
|
||||
'chat_generation_attempts_max': 5,
|
||||
'chat_generation_attempts_max': 10,
|
||||
'default_extensions': [],
|
||||
'chat_default_extensions': ["gallery"],
|
||||
'presets': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue