mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 03:17:54 +01:00
Fix helpString
This commit is contained in:
parent
7f284a3752
commit
aa513e1e3d
@ -1226,7 +1226,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
|
|||||||
enumList: ['on', 'off', 'toggle'],
|
enumList: ['on', 'off', 'toggle'],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
helpString: 'Sets the model for the current API. Gets the current model name if no argument is provided.',
|
helpString: 'Sets the toggles for prompt entries. Toggle by default.',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
registerVariableCommands();
|
registerVariableCommands();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user