From 350a65351ef913e0d6b7ddf50f0a8f764cfaa3e9 Mon Sep 17 00:00:00 2001 From: Patrick Hundal Date: Thu, 9 Jan 2025 05:14:09 -0800 Subject: [PATCH] Small spelling fix (#1594) --- examples/gpt4o/introduction_to_gpt4o.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ] }, {