mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 20:28:10 +00:00
Fixed typo: papaer -> paper (#8500)
This commit is contained in:
parent
b2f8a5bae9
commit
7f9c6c3baa
@ -6,7 +6,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Tree of Thought (ToT) example\n",
|
"# Tree of Thought (ToT) example\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The Tree of Thought (ToT) is a chain that allows you to query a Large Language Model (LLM) using the Tree of Thought technique. This is based on the papaer [\"Large Language Model Guided Tree-of-Thought\"](https://arxiv.org/pdf/2305.08291.pdf)"
|
"The Tree of Thought (ToT) is a chain that allows you to query a Large Language Model (LLM) using the Tree of Thought technique. This is based on the paper [\"Large Language Model Guided Tree-of-Thought\"](https://arxiv.org/pdf/2305.08291.pdf)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user