mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix api endpoint to match the current definition
This commit is contained in:
@ -146,7 +146,7 @@ class SileroTtsProvider {
|
|||||||
async initSession() {
|
async initSession() {
|
||||||
console.info(`requesting new session`)
|
console.info(`requesting new session`)
|
||||||
const response = await doExtrasFetch(
|
const response = await doExtrasFetch(
|
||||||
`${this.settings.provider_endpoint}/init_session`,
|
`${this.settings.provider_endpoint}/session`,
|
||||||
{
|
{
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
|
Reference in New Issue
Block a user