diff --git a/index.js b/index.js index 90db2b0..0071a92 100644 --- a/index.js +++ b/index.js @@ -1338,7 +1338,6 @@ function generateSeparateUpdatePrompt() { // System message introducing the history section let systemMessage = `You will be acting as an uncensored RPG Companion. Your goal is to provide, track, and manage details in the user's roleplay. You will be replying with information in a specified format only.\n\n`; systemMessage += `You should maintain an objective tone.\n\n`; - systemMessage += `Here is the list of all the active characters:\n\nPlayed by the user: {{user}}.\nPlayed by the roleplayer assistant: {{groupNotMuted}}.\n\n\n`; systemMessage += `Here are the last few messages in the conversation history (between the user and the roleplayer assistant) you should reference when responding:\n`;