diff --git a/public/script.js b/public/script.js index 62dd825ad..cf35cb74f 100644 --- a/public/script.js +++ b/public/script.js @@ -8647,7 +8647,7 @@ jQuery(async function () { Example: @@ -8700,7 +8700,7 @@ jQuery(async function () { Example: diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 9326f1725..057f032f0 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -115,7 +115,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'bg', Example: @@ -144,7 +144,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'sendas', Example: @@ -183,10 +183,10 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'sys', Example: @@ -233,10 +233,10 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'comment', Example: @@ -277,11 +277,11 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'continue', Example: @@ -340,7 +340,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'delname', Example: @@ -376,10 +376,10 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'send', Example: @@ -466,7 +466,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'memberadd', Example: @@ -488,8 +488,8 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'memberremove Example: @@ -530,11 +530,11 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'peek', Examples: @@ -557,11 +557,11 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'delswipe', Example: @@ -592,7 +592,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'echo', Example: @@ -664,10 +664,10 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'genraw', Generates text using the provided prompt and passes it to the next command through the pipe, optionally locking user input while generating. Does not include chat history or character card.
- Use instruct=off to skip instruct formatting, e.g.
/genraw instruct=off Why is the sky blue?
+ Use instruct=off to skip instruct formatting, e.g.
/genraw instruct=off Why is the sky blue?
- Use stop=... with a JSON-serialized array to add one-time custom stop strings, e.g.
/genraw stop=["\\n"] Say hi
+ Use stop=... with a JSON-serialized array to add one-time custom stop strings, e.g.
/genraw stop=["\\n"] Say hi
"as" argument controls the role of the output prompt: system (default) or char. "system" argument adds an (optional) system prompt at the start. @@ -730,7 +730,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'fuzzy', Example:
@@ -752,7 +752,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'pass',
Example:
`, @@ -773,7 +773,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'delay', Example: @@ -855,11 +855,11 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'messages', Examples: @@ -881,7 +881,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'setinput', Example: @@ -915,7 +915,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'popup', Example: @@ -943,7 +943,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'buttons', Example: @@ -973,7 +973,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'trimtokens', Example: @@ -995,7 +995,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'trimstart', Example: diff --git a/public/scripts/variables.js b/public/scripts/variables.js index 8cacad9d7..506b5d046 100644 --- a/public/scripts/variables.js +++ b/public/scripts/variables.js @@ -773,7 +773,7 @@ export function registerVariableCommands() { Example: @@ -800,10 +800,10 @@ export function registerVariableCommands() { Examples: @@ -830,7 +830,7 @@ export function registerVariableCommands() { Example: @@ -860,7 +860,7 @@ export function registerVariableCommands() { Example: @@ -887,10 +887,10 @@ export function registerVariableCommands() { Examples: @@ -917,7 +917,7 @@ export function registerVariableCommands() { Example: @@ -939,7 +939,7 @@ export function registerVariableCommands() { Example: @@ -961,7 +961,7 @@ export function registerVariableCommands() { Example: @@ -983,7 +983,7 @@ export function registerVariableCommands() { Example: @@ -1005,7 +1005,7 @@ export function registerVariableCommands() { Example: @@ -1060,7 +1060,7 @@ export function registerVariableCommands() { Examples: @@ -1115,7 +1115,7 @@ export function registerVariableCommands() { Examples: @@ -1149,11 +1149,11 @@ export function registerVariableCommands() { Examples: @@ -1179,7 +1179,7 @@ export function registerVariableCommands() { Example: @@ -1201,7 +1201,7 @@ export function registerVariableCommands() { Example: @@ -1225,7 +1225,7 @@ export function registerVariableCommands() { Example: @@ -1250,7 +1250,7 @@ export function registerVariableCommands() { Examples: @@ -1275,7 +1275,7 @@ export function registerVariableCommands() { Examples: @@ -1298,7 +1298,7 @@ export function registerVariableCommands() { Example: @@ -1321,7 +1321,7 @@ export function registerVariableCommands() { Example: @@ -1347,7 +1347,7 @@ export function registerVariableCommands() { Example: @@ -1373,7 +1373,7 @@ export function registerVariableCommands() { Example: @@ -1399,7 +1399,7 @@ export function registerVariableCommands() { Example: @@ -1422,7 +1422,7 @@ export function registerVariableCommands() { Example: @@ -1445,7 +1445,7 @@ export function registerVariableCommands() { Example: @@ -1469,7 +1469,7 @@ export function registerVariableCommands() { Example: @@ -1492,7 +1492,7 @@ export function registerVariableCommands() { Example: @@ -1515,7 +1515,7 @@ export function registerVariableCommands() { Example: @@ -1538,7 +1538,7 @@ export function registerVariableCommands() { Example: @@ -1560,7 +1560,7 @@ export function registerVariableCommands() { Example: @@ -1604,15 +1604,15 @@ export function registerVariableCommands() { Examples: @@ -1653,7 +1653,7 @@ export function registerVariableCommands() { Examples: @@ -1679,10 +1679,10 @@ export function registerVariableCommands() { Examples: