feat: add tts_elevenlabs_token

This commit is contained in:
2026-01-28 01:33:59 -03:00
parent d9c623ac5c
commit 224d1339e9
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -85,7 +85,6 @@ export class ElevenLabsTTS implements TTSModule {
path: `/v1/text-to-speech/${voiceData.voice_id}/stream`,
method: 'POST',
headers: {
Accept: 'application/json',
'xi-api-key': config.tts_elevenlabs_key,
'Content-Type': 'application/json'
}