Remove the concept of default context and instruct. Swap columns

This commit is contained in:
Cohee
2024-09-21 22:37:15 +03:00
parent e469c82c97
commit bf5b6090eb
6 changed files with 137 additions and 220 deletions
-2
View File
@@ -150,7 +150,6 @@
"continue_on_send": false,
"trim_spaces": true,
"relaxed_api_urls": false,
"default_instruct": "",
"instruct": {
"enabled": false,
"preset": "Alpaca",
@@ -178,7 +177,6 @@
"name": "Neutral - Chat",
"content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}."
},
"default_context": "Default",
"context": {
"preset": "Default",
"story_string": "{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}",