fix typos in docs/docs/expression_language/cookbook/prompt_llm_parser.ipynb (#11796)

trasform -> transform
This commit is contained in:
Surav Shrestha
2023-10-17 07:52:03 +05:45
committed by GitHub
parent ff8e6981ff
commit ab145d85ec

View File

@@ -184,7 +184,7 @@
"source": [
"## PromptTemplate + LLM + OutputParser\n",
"\n",
"We can also add in an output parser to easily trasform the raw LLM/ChatModel output into a more workable format"
"We can also add in an output parser to easily transform the raw LLM/ChatModel output into a more workable format"
]
},
{