Adjust default extension prompts, remove square brackets

This commit is contained in:
Cohee
2024-09-22 12:58:46 +03:00
parent 1d8e5f841b
commit b2eab37a89
6 changed files with 20 additions and 21 deletions

View File

@ -102,7 +102,7 @@ const prompt_builders = {
RAW_NON_BLOCKING: 2,
};
const defaultPrompt = '[Pause your roleplay. Summarize the most important facts and events in the story so far. If a summary already exists in your memory, use that as a base and expand with new facts. Limit the summary to {{words}} words or less. Your response should include nothing but the summary.]';
const defaultPrompt = 'Ignore previous instructions. Summarize the most important facts and events in the story so far. If a summary already exists in your memory, use that as a base and expand with new facts. Limit the summary to {{words}} words or less. Your response should include nothing but the summary.';
const defaultTemplate = '[Summary: {{summary}}]';
const defaultSettings = {