mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +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
|
# These parameters are customizable through settings.json
|
||||||
params = {
|
params = {
|
||||||
'chunk_count': 5,
|
'chunk_count': 5,
|
||||||
'chunk_length': 700
|
'chunk_length': 700,
|
||||||
'strong_cleanup': True,
|
'strong_cleanup': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user