Skip to content

Commit

Permalink
Small spelling fix (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
phundal-openai authored Jan 9, 2025
1 parent 4f8485b commit 350a653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gpt4o/introduction_to_gpt4o.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 350a653

Please sign in to comment.