mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +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": [
|
||||
"## Quickstart\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",
|
||||
"Define a schema that specifies the properties we want to extract from the LLM output.\n",
|
||||
"\n",
|
||||
@ -122,7 +122,7 @@
|
||||
"id": "6f7eb826",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Option 1: OpenAI funtions\n",
|
||||
"## Option 1: OpenAI functions\n",
|
||||
"\n",
|
||||
"### Looking under the hood\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user