Ask a question to get started
Enter to send•Shift+Enter new line
Create a chain from an LLM.
from_llm( cls, llm: BaseLanguageModel, chain: LLMChain, critique_prompt: BasePromptTemplate = CRITIQUE_PROMPT, revision_prompt: BasePromptTemplate = REVISION_PROMPT, **kwargs: Any = {} ) -> ConstitutionalChain