mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Move NovelAI endpoints to separate file
This commit is contained in:
		@@ -170,7 +170,7 @@ class NovelTtsProvider {
 | 
			
		||||
 | 
			
		||||
    async fetchTtsGeneration(inputText, voiceId) {
 | 
			
		||||
        console.info(`Generating new TTS for voice_id ${voiceId}`)
 | 
			
		||||
        const response = await fetch(`/novel_tts`,
 | 
			
		||||
        const response = await fetch(`/api/novelai/generate-voice`,
 | 
			
		||||
            {
 | 
			
		||||
                method: 'POST',
 | 
			
		||||
                headers: getRequestHeaders(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user