Fix typo in constitutional_ai base.py (#1216)

Found a typo in the documentation code for the constitutional_ai module
searx-search-suffix
djacobs7 1 year ago committed by GitHub
parent cc7d2e5621
commit 4e28982d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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