diff --git a/docs/getting_started/llm_chain.md b/docs/getting_started/llm_chain.md index 34d5a887..9c44894e 100644 --- a/docs/getting_started/llm_chain.md +++ b/docs/getting_started/llm_chain.md @@ -27,7 +27,7 @@ from langchain.chains import LLMChain chain = LLMChain(llm=llm, prompt=prompt) ``` -Now we can run that can only specifying the product! +Now we can run that chain only specifying the product! ```python chain.run("colorful socks")