mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix default sysprompt restoration
This commit is contained in:
@@ -455,7 +455,7 @@ class PresetManager {
|
||||
}
|
||||
|
||||
isKeyedApi() {
|
||||
return this.apiId == 'textgenerationwebui' || this.apiId == 'context' || this.apiId == 'instruct';
|
||||
return this.apiId == 'textgenerationwebui' || this.isAdvancedFormatting();
|
||||
}
|
||||
|
||||
isAdvancedFormatting() {
|
||||
|
Reference in New Issue
Block a user