diff --git a/images/weave/cookbooks/openai-chat-completions-audio.png b/images/weave/cookbooks/openai-chat-completions-audio.png new file mode 100644 index 0000000000..fd33b7181f Binary files /dev/null and b/images/weave/cookbooks/openai-chat-completions-audio.png differ diff --git a/images/weave/cookbooks/realtime-audio-api.png b/images/weave/cookbooks/realtime-audio-api.png new file mode 100644 index 0000000000..a62cd6d2a0 Binary files /dev/null and b/images/weave/cookbooks/realtime-audio-api.png differ diff --git a/ja/weave/cookbooks/audio_with_weave.mdx b/ja/weave/cookbooks/audio_with_weave.mdx index 12dfb55d4f..49bc64b23c 100644 --- a/ja/weave/cookbooks/audio_with_weave.mdx +++ b/ja/weave/cookbooks/audio_with_weave.mdx @@ -15,7 +15,7 @@ description: W&B Weave を使用して Weave でオーディオを扱う方法 このデモでは、OpenAI の chat completions API と GPT 4o Audio Preview を使用して、テキストプロンプトに対する音声レスポンスを生成し、それらを Weave で追跡します。 - + 高度なユースケースとして、OpenAI Realtime API を活用してリアルタイムで音声をストリーミングします。動画デモを見るには、次のサムネイルをクリックするか、[こちら](https://www.youtube.com/watch?v=lnnd73xDElw)をクリックしてください。 @@ -151,7 +151,7 @@ display(Audio("output.wav", rate=SAMPLE_RATE, autoplay=True)) # 高度な使い方:Weave を使った Realtime Audio API - +
(高度な設定) Weave を使った Realtime Audio API OpenAI の realtime API は、リアルタイムの音声およびテキストアシスタントを構築するための、非常に機能的で信頼性の高い会話型 API です。 diff --git a/ko/weave/cookbooks/audio_with_weave.mdx b/ko/weave/cookbooks/audio_with_weave.mdx index be3e71ec2e..844950ecdf 100644 --- a/ko/weave/cookbooks/audio_with_weave.mdx +++ b/ko/weave/cookbooks/audio_with_weave.mdx @@ -15,7 +15,7 @@ description: W&B Weave를 사용하여 오디오 데이터를 활용하는 방 이 데모에서는 OpenAI chat completions API와 GPT 4o Audio Preview를 사용하여 텍스트 프롬프트에 대한 오디오 응답을 생성하고 이를 Weave에서 추적하는 방법을 보여줍니다. - + 심화 유스 케이스로는 OpenAI Realtime API를 활용하여 실시간으로 오디오를 스트리밍합니다. 비디오 데모를 보려면 다음 썸네일을 클릭하거나 [여기](https://www.youtube.com/watch?v=lnnd73xDElw)를 클릭하세요. @@ -151,7 +151,7 @@ display(Audio("output.wav", rate=SAMPLE_RATE, autoplay=True)) # 심화 사용법: Weave와 함께 Realtime Audio API 사용하기 - +
(심화) Weave와 함께 Realtime Audio API 사용하기 OpenAI의 Realtime API는 실시간 오디오 및 텍스트 어시스턴트를 구축하기 위한 기능이 뛰어나고 신뢰할 수 있는 대화형 API입니다. diff --git a/weave/cookbooks/audio_with_weave.mdx b/weave/cookbooks/audio_with_weave.mdx index 516787a532..1decc12868 100644 --- a/weave/cookbooks/audio_with_weave.mdx +++ b/weave/cookbooks/audio_with_weave.mdx @@ -15,7 +15,7 @@ This is an interactive notebook. You can run it locally or use the links below: This demo uses the OpenAI chat completions API with GPT 4o Audio Preview to generate audio responses to text prompts and track these in Weave. -OpenAI chat completions API interface with GPT 4o Audio Preview integration and audio response generation workflow +OpenAI chat completions API interface with GPT 4o Audio Preview integration and audio response generation workflow For the advanced use case, we leverage the OpenAI Realtime API to stream audio in realtime. Click the following thumbnail to view the video demonstration, or click [here](https://www.youtube.com/watch?v=lnnd73xDElw). @@ -151,7 +151,7 @@ display(Audio("output.wav", rate=SAMPLE_RATE, autoplay=True)) ## Advanced Usage: Realtime Audio API with Weave -Realtime Audio API integration with Weave and streaming audio conversation interface +Realtime Audio API integration with Weave and streaming audio conversation interface OpenAI's realtime API is a highly functional and reliable conversational API for building realtime audio and text assistants. diff --git a/weave/cookbooks/source/audio_with_weave.ipynb b/weave/cookbooks/source/audio_with_weave.ipynb index b1aa1e05ec..a8cbac5a50 100644 --- a/weave/cookbooks/source/audio_with_weave.ipynb +++ b/weave/cookbooks/source/audio_with_weave.ipynb @@ -21,7 +21,7 @@ "\n", "This demo uses the OpenAI chat completions API with GPT 4o Audio Preview to generate audio responses to text prompts and track these in Weave.\n", "\n", - "\n", + "\n", "\n", "For the advanced use case, we leverage the OpenAI Realtime API to stream audio in realtime. Click the following thumbnail to view the video demonstration, or click [here](https://www.youtube.com/watch?v=lnnd73xDElw).\n", "\n", @@ -276,7 +276,7 @@ "source": [ "# Advanced Usage: Realtime Audio API with Weave\n", "\n", - "\n", + "\n", "
\n", " (Advanced) Realtime Audio API with Weave \n", "OpenAI's realtime API is a highly functional and reliable conversational API for building realtime audio and text assistants.\n",