mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 09:58:44 +00:00
typo: funtions --> functions (#9784)
Minor typo in the extractions use-case
This commit is contained in:
parent
0da5803f5a
commit
aab01b55db
@ -55,7 +55,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Quickstart\n",
|
"## Quickstart\n",
|
||||||
"\n",
|
"\n",
|
||||||
"OpenAI funtions are one way to get started with extraction.\n",
|
"OpenAI functions are one way to get started with extraction.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Define a schema that specifies the properties we want to extract from the LLM output.\n",
|
"Define a schema that specifies the properties we want to extract from the LLM output.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -122,7 +122,7 @@
|
|||||||
"id": "6f7eb826",
|
"id": "6f7eb826",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"## Option 1: OpenAI funtions\n",
|
"## Option 1: OpenAI functions\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### Looking under the hood\n",
|
"### Looking under the hood\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user