Fix typo in constitutional_ai base.py (#1216)

Found a typo in the documentation code for the constitutional_ai module
djacobs7 1 year ago committed by blob42
parent eaea19f959
commit 043ce02906

@ -16,7 +16,7 @@ class ConstitutionalChain(Chain):
.. code-block:: python
from langchain.llms import OpenAI
from langchian.chains import LLMChain, ConstitutionalChain
from langchain.chains import LLMChain, ConstitutionalChain
qa_prompt = PromptTemplate(
template="Q: {question} A:",

Loading…
Cancel
Save