remove unnecessary custom llama object initialization

This commit is contained in:
Yoaz Menda
2023-04-09 11:35:52 +02:00
committed by Gabriel Luiz Freitas Almeida
parent bf52b1d00a
commit ff42fce86e

View File

@ -19,7 +19,6 @@ from langflow.interface.importing.utils import import_class
## LLM
llm_type_to_cls_dict = llms.type_to_cls_dict
llm_type_to_cls_dict["openai-chat"] = ChatOpenAI # type: ignore
llm_type_to_cls_dict["llamacpp"] = LlamaCpp # type: ignore
## Chain
chain_type_to_cls_dict: dict[str, Any] = {