Update demo_part2.ipynb

This commit is contained in:
Xumin Yu 2024-01-14 17:00:13 +08:00 committed by GitHub
parent 6d459bef9b
commit dc672eb4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@
"\n",
" response = client.audio.speech.create(\n",
" model=\"tts-1\",\n",
" voice=\"alloy\",\n",
" voice=\"nova\",\n",
" input=t,\n",
" )\n",
"\n",