mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-05 04:09:51 +00:00
Fill spelling mistake (#3786)
This commit is contained in:
parent
17af38dc6a
commit
1ecb451b04
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user