mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +00:00
Fix very small typo (#12603)
- **Description:** this is the world's smallest typo change of a typo I saw while reading the docs
This commit is contained in:
parent
99b69fe607
commit
3243dcc83e
@ -30,7 +30,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## PromptTemplate + LLM\n",
|
"## PromptTemplate + LLM\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The simplest composition is just combing a prompt and model to create a chain that takes user input, adds it to a prompt, passes it to a model, and returns the raw model output.\n",
|
"The simplest composition is just combining a prompt and model to create a chain that takes user input, adds it to a prompt, passes it to a model, and returns the raw model output.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Note, you can mix and match PromptTemplate/ChatPromptTemplates and LLMs/ChatModels as you like here."
|
"Note, you can mix and match PromptTemplate/ChatPromptTemplates and LLMs/ChatModels as you like here."
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user