mirror of
https://github.com/hwchase17/langchain
synced 2024-11-20 03:25:56 +00:00
community: Fix SparkLLM error (#18015)
Thank you for contributing to LangChain! - [x] **PR title**: "package: description" - Where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes. - Example: "community: add foobar LLM" - **Description:** fix SparkLLM error - **Issue:** the issue # it fixes, if applicable - **Dependencies:** any dependencies required for this change - **Twitter handle:** if your PR gets announced, and you'd like a mention, we'll gladly shout you out!
This commit is contained in:
parent
d9e6ca2279
commit
4197efd67a
@ -959,5 +959,5 @@ def get_type_to_cls_dict() -> Dict[str, Callable[[], Type[BaseLLM]]]:
|
|||||||
"yandex_gpt": _import_yandex_gpt,
|
"yandex_gpt": _import_yandex_gpt,
|
||||||
"yuan2": _import_yuan2,
|
"yuan2": _import_yuan2,
|
||||||
"VolcEngineMaasLLM": _import_volcengine_maas,
|
"VolcEngineMaasLLM": _import_volcengine_maas,
|
||||||
"SparkLLM": _import_sparkllm(),
|
"SparkLLM": _import_sparkllm,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user