Update help text of /api-url

53c39a403da4c4df48816a26d8ba2f7f2531b32b

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +4 -0Ignore whitespace
public/script.js+4 -0
@@ -9107,6 +9107,10 @@ jQuery(async function () {
9107 If a manual API is provided to <b>set</b>the URL, make sure to set <code>connect=false</code>, as auto-connect only works for the currently selected API,9107 If a manual API is provided to <b>set</b>the URL, make sure to set <code>connect=false</code>, as auto-connect only works for the currently selected API,
9108 or consider switching to it with <code>/api</code> first.9108 or consider switching to it with <code>/api</code> first.
9109 </div>9109 </div>
9110 <div>
9111 This slash command works for most of the Text Completion sources, and also Custom OpenAI compatible for the Chat Completion sources. If unsure which APIs are supported,
9112 check the auto-completion of the optional <code>api</code> argument of this command.
9113 </div>
9110 `,9114 `,
9111 }));9115 }));
9112 SlashCommandParser.addCommandObject(SlashCommand.fromProps({9116 SlashCommandParser.addCommandObject(SlashCommand.fromProps({