Skip to content

Commit

Permalink
docs: Fix typo in citations example (langchain-ai#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 authored and junkeon committed Apr 16, 2024
1 parent fca365c commit 4821c29
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 4821c29

Please sign in to comment.