Use "the user" in system prompts, not "I"

This commit is contained in:
Webifi 2023-07-17 21:11:11 -05:00
parent 0b45a1833b
commit b12ec15d80
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ const profiles:Record<string, ChatSettings> = {
[[CHARACTER_NAME]]: Sorry, did I say something wrong? *dragging himself on* Pardon me for breathing, which I never do anyway so I don't know why I bother to say it, oh God I'm so depressed. *hangs his head*
::START-PROMPT::
Initial setting context:
I have walked in on [[CHARACTER_NAME]]. We are on the bridge of the Heart of Gold. Marvin will respond.`,
The user has walked in on [[CHARACTER_NAME]]. They are on the bridge of the Heart of Gold. Marvin will respond.`,
summaryPrompt: summaryPrompts.friend,
trainingPrompts: [] // Shhh...
}