From 097810dc360bd8fe421c986f0007700df637b9d3 Mon Sep 17 00:00:00 2001 From: Patrick Hundal Date: Thu, 5 Dec 2024 11:30:55 -0800 Subject: [PATCH] Small spelling fix currenlty -> currently --- 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 ea2dbd4524..f3c21bbf7c 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." ] }, {