docs: Fix typo in citations example (#20218)

Small typo in the citations notebook "ojbects" changed to "objects"
pull/20233/head
Sholto Armstrong 2 months ago committed by GitHub
parent fe35e13083
commit 230376f183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -184,7 +184,7 @@
"## Function-calling\n",
"\n",
"### Cite documents\n",
"Let's try using [OpenAI function-calling](/docs/modules/model_io/chat/function_calling) to make the model specify which of the provided documents it's actually referencing when answering. LangChain has some utils for converting Pydantic ojbects to the JSONSchema format expected by OpenAI, so we'll use that to define our functions:"
"Let's try using [OpenAI function-calling](/docs/modules/model_io/chat/function_calling) to make the model specify which of the provided documents it's actually referencing when answering. LangChain has some utils for converting Pydantic objects to the JSONSchema format expected by OpenAI, so we'll use that to define our functions:"
]
},
{

Loading…
Cancel
Save