mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-22 07:26:23 +01:00
fix api endpoint to match the current definition
This commit is contained in:
parent
b46f89b345
commit
3346420527
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user