Merge pull request #1912 from johnbenac/AllTalk_Tip
Add tip to AllTalk endpoint field.
This commit is contained in:
commit
68c1ab9f95
|
@ -120,10 +120,14 @@ class AllTalkTtsProvider {
|
||||||
<option value="xttsv2_local">XTTSv2 Local</option>
|
<option value="xttsv2_local">XTTSv2 Local</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="at-model-endpoint-row">
|
||||||
|
|
||||||
<div class="at-endpoint-option">
|
<div class="at-endpoint-option">
|
||||||
<label for="at_server">AllTalk Endpoint:</label>
|
<label for="at_server">AllTalk Endpoint:</label>
|
||||||
<input id="at_server" type="text" class="text_pole" maxlength="80" value="${this.settings.provider_endpoint}"/>
|
<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>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue