Exclude 'derived' from instruct templates

eccd1ab38129a5a9dcd4f94c75bb0971aa594164

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Showing whitespace changes
public/scripts/preset-manager.js+1 -0
@@ -584,6 +584,7 @@ class PresetManager {
584584 'openrouter_providers',
585585 'openrouter_allow_fallbacks',
586586 'tabby_model',
587+ 'derived',
587588 ];
588589 const settings = Object.assign({}, getSettingsByApiId(this.apiId));
589590