Fix default sysprompt restoration

This commit is contained in:
Cohee
2024-09-22 20:06:26 +03:00
parent 5b65448a70
commit 9101fb6573
2 changed files with 2 additions and 2 deletions

View File

@@ -455,7 +455,7 @@ class PresetManager {
}
isKeyedApi() {
return this.apiId == 'textgenerationwebui' || this.apiId == 'context' || this.apiId == 'instruct';
return this.apiId == 'textgenerationwebui' || this.isAdvancedFormatting();
}
isAdvancedFormatting() {