docs: fix typo in llm_chain.ipynb (#23907)

- Fix typo in the tutorial step
- Add some context on `text`
This commit is contained in:
Arun Sasidharan 2024-07-05 21:11:46 +05:30 committed by GitHub
parent 99b1467b63
commit db6512aa35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -325,7 +325,7 @@
"id": "fedf6f13",
"metadata": {},
"source": [
"Next, we can create the PromptTemplate. This will be a combination of the `system_template` as well as a simpler template for where the put the text"
"Next, we can create the PromptTemplate. This will be a combination of the `system_template` as well as a simpler template for where to put the text to be translated"
]
},
{