mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
Fix typo in constitutional_ai base.py (#1216)
Found a typo in the documentation code for the constitutional_ai module
This commit is contained in:
@@ -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:",
|
||||
|
||||
Reference in New Issue
Block a user