mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Remove the pre-jinja2 custom stopping string handling (closes #7094)
This commit is contained in:
parent
58282f7107
commit
02f604479d
2 changed files with 0 additions and 6 deletions
|
|
@ -23,7 +23,6 @@ def get_fallback_settings():
|
|||
'truncation_length': shared.settings['truncation_length'],
|
||||
'truncation_length_info': shared.settings['truncation_length'],
|
||||
'skip_special_tokens': shared.settings['skip_special_tokens'],
|
||||
'custom_stopping_strings': shared.settings['custom_stopping_strings'],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue