load_llm_from_config#

langchain_community.llms.loading.load_llm_from_config(
config: dict,
**kwargs: Any,
) BaseLLM[source]#

Load LLM from Config Dict.

Parameters:
  • config (dict)

  • kwargs (Any)

Return type:

BaseLLM