Skip to content

Commit

Permalink
docs: Fix typo in citations example (#20218)
Browse files Browse the repository at this point in the history
Small typo in the citations notebook "ojbects" changed to "objects"
  • Loading branch information
sjnarmstrong committed Apr 9, 2024
1 parent fe35e13 commit 230376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/use_cases/question_answering/citations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
},
{
Expand Down

0 comments on commit 230376f

Please sign in to comment.