Fill spelling mistake (#3786)

This commit is contained in:
Jack Gerrits 2024-10-14 16:46:31 -04:00 committed by GitHub
parent 17af38dc6a
commit 1ecb451b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Strcutured output using GPT-4o models\n", "# Structured output using GPT-4o models\n",
"\n", "\n",
"This cookbook demonstrates how to obtain structured output using GPT-4o models. The OpenAI beta client SDK provides a parse helper that allows you to use your own Pydantic model, eliminating the need to define a JSON schema. This approach is recommended for supported models.\n", "This cookbook demonstrates how to obtain structured output using GPT-4o models. The OpenAI beta client SDK provides a parse helper that allows you to use your own Pydantic model, eliminating the need to define a JSON schema. This approach is recommended for supported models.\n",
"\n", "\n",