Fix very small typo (#12603)

- **Description:** this is the world's smallest typo change of a typo I
saw while reading the docs
pull/12607/head^2
Brian McBrayer 9 months ago committed by GitHub
parent 99b69fe607
commit 3243dcc83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@
"source": [
"## PromptTemplate + LLM\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",
"Note, you can mix and match PromptTemplate/ChatPromptTemplates and LLMs/ChatModels as you like here."
]

Loading…
Cancel
Save