You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user: `Your impersonated character's name. Your profile name if you aren't impersonating a character`,
11
+
scenario: `Your main character's scenario`,
12
+
personality: `The personality of the replying character`,
13
+
example_dialogue: `The example dialogue of the replying character`,
14
+
history: `(Required, or use \`#each msgs\`) Aliases: \`messages\` \`msgs\`. Chat history.`,
15
+
16
+
'json.variable name': 'A value from your JSON schema. E.g. `{{json.name of my value}}`',
17
+
system_prompt: `(For instruct models like Turbo, GPT-4, Claude, etc). "Instructions" for how the AI should behave. E.g. "Enter roleplay mode. You will write the {{char}}'s next reply ..."`,
18
+
ujb: '(Aka: `{{jailbreak}}`) Similar to `system_prompt`, but typically at the bottom of the prompt',
19
+
20
+
impersonating: `Your character's personality. This only applies when you are using the "character impersonation" feature.`,
21
+
chat_age: `The age of your chat (time elapsed since chat created)`,
22
+
idle_duration: `The time elapsed since you last sent a message`,
23
+
all_personalities: `Personalities of all characters in the chat EXCEPT the main character.`,
24
+
post: 'The "post-amble" text. This gives specific instructions on how the model should respond. E.g. Typically reads: `{{char}}:`',
25
+
26
+
insert:
27
+
"(Aka author's note) Insert text at a specific depth in the prompt. E.g. `{{#insert=4}}This is 4 rows from the bottom{{/insert}}`",
28
+
29
+
memory: `Text retrieved from your Memory Book(s)`,
30
+
31
+
longterm_memory:
32
+
'(Aka `chat_embed`) Text retrieved from chat history embeddings. Adjust the token budget in the preset `Memory` section.',
33
+
user_embed: 'Text retrieved from user-specified embeddings (Articles, PDFs, ...)',
34
+
roll: 'Produces a random number. Defaults to "d20". To use a custom number: {{roll [number]}}. E.g.: {{roll 1000}}',
35
+
random:
36
+
'Produces a random word from a comma-separated list. E.g.: `{{random happy, sad, jealous, angry}}`',
0 commit comments