Merge pull request #1912 from johnbenac/AllTalk_Tip

Add tip to AllTalk endpoint field.
This commit is contained in:
Cohee 2024-03-10 00:42:40 +02:00 committed by GitHub
commit 68c1ab9f95
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>`;