morpheus_llm.llm.services.utils.langchain_llm_client_wrapper.LangchainLLMClientWrapper#

class LangchainLLMClientWrapper(*args, **kwargs)[source]#

Bases: LLM

Wrapper for the LLMClient to be used in the LLMEngine.

Parameters:
clientLLMClient

The client to use to run the LLM.

Methods

__call__(*args, **kwargs)

Call self as a function.