mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-19 03:44:39 +01: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 a new issue