diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 057f032f0..9326f1725 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: