mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Minor bug fix
This commit is contained in:
parent
9695bfe117
commit
943b5e5f80
@ -19,7 +19,7 @@ posthog.capture = lambda *args, **kwargs: None
|
||||
# These parameters are customizable through settings.json
|
||||
params = {
|
||||
'chunk_count': 5,
|
||||
'chunk_length': 700
|
||||
'chunk_length': 700,
|
||||
'strong_cleanup': True,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user