Exclude 'derived' from instruct templates

This commit is contained in:
Cohee 2024-11-23 16:06:10 +02:00
parent 049ae541aa
commit eccd1ab381
1 changed files with 1 additions and 0 deletions

View File

@ -584,6 +584,7 @@ class PresetManager {
'openrouter_providers',
'openrouter_allow_fallbacks',
'tabby_model',
'derived',
];
const settings = Object.assign({}, getSettingsByApiId(this.apiId));