mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 17:37:02 +08:00
remove unnecessary custom llama object initialization
This commit is contained in:
committed by
Gabriel Luiz Freitas Almeida
parent
bf52b1d00a
commit
ff42fce86e
@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user