From 98a7167564d83f80969c5883fff52c49f4338a49 Mon Sep 17 00:00:00 2001 From: xiaolai Date: Thu, 18 Jul 2024 10:35:33 +0800 Subject: [PATCH] keep updated --- 1000-hours/public/jupyter-notebooks/sentence-openai.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1000-hours/public/jupyter-notebooks/sentence-openai.ipynb b/1000-hours/public/jupyter-notebooks/sentence-openai.ipynb index eb266791..813264a9 100644 --- a/1000-hours/public/jupyter-notebooks/sentence-openai.ipynb +++ b/1000-hours/public/jupyter-notebooks/sentence-openai.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 3, + "execution_count": 8, "id": "e6525deb-267c-475f-a73a-7939c5bdca86", "metadata": {}, "outputs": [ @@ -10,7 +10,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "/var/folders/k_/t1vf2gd95jbc1j3k49xxdfy80000gn/T/ipykernel_995/1605420397.py:29: 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_4713/2720232930.py:29: 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" ] } @@ -29,7 +29,7 @@ "\n", "\n", "text = \"\"\"\n", - "Did he do that?\n", + "I heard him singing.\n", "\"\"\"\n", "# Create audios for each versions (three was set as default previously.)\n", "\n",