Remove the pre-jinja2 custom stopping string handling (closes #7094)

This commit is contained in:
oobabooga 2025-06-21 14:02:17 -07:00
parent 58282f7107
commit 02f604479d
2 changed files with 0 additions and 6 deletions

View file

@ -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'],
}