mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Don't save truncation_length to user_data/settings.yaml
This commit is contained in:
parent
80637cae28
commit
eefbf96f6a
1 changed files with 1 additions and 0 deletions
|
|
@ -332,6 +332,7 @@ def save_settings(state, preset, extensions_list, show_controls, theme_state):
|
|||
output['show_controls'] = show_controls
|
||||
output['dark_theme'] = True if theme_state == 'dark' else False
|
||||
output.pop('instruction_template_str')
|
||||
output.pop('truncation_length')
|
||||
|
||||
# Save extension values in the UI
|
||||
for extension_name in extensions_list:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue