remove unnecessary custom llama object initialization
This commit is contained in:
parent
bf52b1d00a
commit
ff42fce86e
1 changed files with 0 additions and 1 deletions
|
|
@ -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] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue