Refactor getsettings server code. Add context template files.

This commit is contained in:
SillyLossy
2023-05-25 01:25:01 +03:00
parent 4240f34dcb
commit 48c5cdd6d7
3 changed files with 89 additions and 147 deletions

View File

@@ -0,0 +1,4 @@
{
"storyString": "{{instructSystemPrompt}}\n{{wiBeforeCharacter}}\n{{description}}\n{{char}}'s personality: {{personality}}\nCircumstances and context of the dialogue: {{scenario}}\n{{wiAfterCharacter}}\nThis is how {{char}} should talk\n{{mesExamples}}\nThen the roleplay chat between {{user}} and {{char}} begins\n",
"injections": []
}

View File

@@ -0,0 +1,4 @@
{
"storyString": "{{instructSystemPrompt}}\n{{wiBeforeCharacter}}\n{{char}}'s Persona: {{description}}\nPersonality: {{personality}}\nScenario: {{scenario}}\n{{wiAfterCharacter}}\n<START>\n{{mesExamples}}\n<START>\n",
"injections": []
}