upgrade
This commit is contained in:
parent
70a418ff48
commit
bfc6c1351e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ async function synthesizeSpeech(env: Env, text: string): Promise<Response> {
|
||||||
}
|
}
|
||||||
|
|
||||||
return env.AI.run(
|
return env.AI.run(
|
||||||
"@cf/deepgram/aura-2-en",
|
"@cf/deepgram/aura-1",
|
||||||
{
|
{
|
||||||
text,
|
text,
|
||||||
speaker: "asteria",
|
speaker: "asteria",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue