mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-08-19 09:40:19 +00:00
fix(tts): use a current nineninesix voice id in the synth test (#158)
The vendor replaced its voice catalog and now rejects unknown ids, so the env-gated test failed whenever NINENINESIX_API_KEY was set. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
e8b2009d29
commit
c8850998b5
+1
-1
@@ -1104,7 +1104,7 @@ test('nineninesix speech synth tests', async(t) => {
|
|||||||
model_id: 'gepard-1.0'
|
model_id: 'gepard-1.0'
|
||||||
},
|
},
|
||||||
language: 'en',
|
language: 'en',
|
||||||
voice: '3ad7a827-7fd1-4954-bf35-47d4cc33d9ed',
|
voice: '775e4dfd-819c-4325-92ec-250f487ef7e3',
|
||||||
text,
|
text,
|
||||||
renderForCaching: true
|
renderForCaching: true
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user