Merge branch 'release' into staging

This commit is contained in:
Cohee 2024-03-10 00:43:08 +02:00
commit 62a073c51a
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>`;