Compare commits

...

2 Commits

Author SHA1 Message Date
Hoan HL
de5b261391 wip 2026-01-11 05:37:17 +07:00
Hoan HL
15422e1612 support gemini tts 2026-01-11 05:35:51 +07:00
2 changed files with 11 additions and 0 deletions

View File

@@ -659,6 +659,7 @@
"label": "string",
"language": "string",
"voice": "string|object",
"model": "string",
"fallbackVendor": "string",
"fallbackLabel": "string",
"fallbackLanguage": "string",

View File

@@ -505,6 +505,16 @@ test("validate correct verbs", async (t) => {
"language": "en-US"
}
},
{
"verb": "say",
"text": "hi there!",
"instructions": "be funny",
"synthesizer" : {
"vendor": "google",
"language": "en-US",
"model": "gemini-2.5-flash-tts"
}
},
{
"verb": "sip:decline",
"status": 480,