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 {
584 'openrouter_providers',584 'openrouter_providers',
585 'openrouter_allow_fallbacks',585 'openrouter_allow_fallbacks',
586 'tabby_model',586 'tabby_model',
587 'derived',
587 ];588 ];
588 const settings = Object.assign({}, getSettingsByApiId(this.apiId));589 const settings = Object.assign({}, getSettingsByApiId(this.apiId));
589590