Add tip to AllTalk endpoint field.

This commit is contained in:
johnbenac 2024-03-09 15:57:01 -05:00 committed by GitHub
parent ad36b3b66c
commit d9ff9e796b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -120,10 +120,14 @@ class AllTalkTtsProvider {
<option value="xttsv2_local">XTTSv2 Local</option>
</select>
</div>
</div>
<div class="at-model-endpoint-row">
<div class="at-endpoint-option">
<label for="at_server">AllTalk Endpoint:</label>
<input id="at_server" type="text" class="text_pole" maxlength="80" value="${this.settings.provider_endpoint}"/>
<i><b>Important:</b> Must match IP address & port in AllTalk settings.</i>
</div>
</div>`;