diff --git a/examples/gpt4o/introduction_to_gpt4o.ipynb b/examples/gpt4o/introduction_to_gpt4o.ipynb index ea2dbd4..f3c21bb 100644 --- a/examples/gpt4o/introduction_to_gpt4o.ipynb +++ b/examples/gpt4o/introduction_to_gpt4o.ipynb @@ -527,7 +527,7 @@ "#### Audio Summary\n", "The audio summary is generated by sending the model the audio transcript. With just the audio, the model is likely to bias towards the audio content, and will miss the context provided by the presentations and visuals.\n", "\n", - "`{audio}` input for GPT-4o is currenlty in preview, but will be incorporated into the base model in the near future. Because of this, we will use the `gpt-4o-audio-preview` model to process the audio." + "`{audio}` input for GPT-4o is currently in preview, but will be incorporated into the base model in the near future. Because of this, we will use the `gpt-4o-audio-preview` model to process the audio." ] }, {