langchain_community.llms.loading.load_llm¶

langchain_community.llms.loading.load_llm(file: Union[str, Path]) BaseLLM[source]¶

Load LLM from file.

Parameters

file (Union[str, Path]) –

Return type

BaseLLM

Examples using load_llm¶