spellings and examples added.

This commit is contained in:
xiaolai
2024-07-24 15:16:14 +08:00
parent 1fd6498f7a
commit b289738632
844 changed files with 998 additions and 17 deletions

View File

@@ -51,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"id": "603fb48b-2fd5-482c-9c96-38a65fc43824",
"metadata": {},
"outputs": [
@@ -59,7 +59,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/var/folders/k_/t1vf2gd95jbc1j3k49xxdfy80000gn/T/ipykernel_5661/2864483681.py:30: DeprecationWarning: Due to a bug, this method doesn't actually stream the response content, `.with_streaming_response.method()` should be used instead\n",
"/var/folders/k_/t1vf2gd95jbc1j3k49xxdfy80000gn/T/ipykernel_59088/953934680.py:30: DeprecationWarning: Due to a bug, this method doesn't actually stream the response content, `.with_streaming_response.method()` should be used instead\n",
" rspd_audio.stream_to_file(speech_file_path)\n"
]
}
@@ -78,7 +78,7 @@
"\n",
"\n",
"text = \"\"\"\n",
"lookout,seekout\n",
"adventure,French\n",
"\"\"\"\n",
"# Create audios for each versions (three was set as default previously.)\n",
"\n",