mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
better /api explainer text
This commit is contained in:
@ -6439,7 +6439,7 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
registerSlashCommand('dupe', DupeChar, [], "– duplicates the currently selected character", true, true);
|
registerSlashCommand('dupe', DupeChar, [], "– duplicates the currently selected character", true, true);
|
||||||
registerSlashCommand('api', connectAPISlash, [], "– connect to an API", true, true);
|
registerSlashCommand('api', connectAPISlash, [], "(kobold, horde, novel, ooba, oai, claude, poe, windowai) – connect to an API", true, true);
|
||||||
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
$("#groupControlsToggle").trigger('click');
|
$("#groupControlsToggle").trigger('click');
|
||||||
|
Reference in New Issue
Block a user