mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 20:19:43 +00:00
- **Description:** fix Volc Engine MaaS import error - **Issue:** [the issue # it fixes (if applicable),](https://github.com/langchain-ai/langchain/issues/14127) - **Dependencies:** None - **Tag maintainer:** @baskaryan - **Twitter handle:** Co-authored-by: lvzhong <lvzhong@bytedance.com>
This commit is contained in:
parent
6ae0194dc7
commit
818252b1f8
@ -876,5 +876,5 @@ def get_type_to_cls_dict() -> Dict[str, Callable[[], Type[BaseLLM]]]:
|
||||
"javelin-ai-gateway": _import_javelin_ai_gateway,
|
||||
"qianfan_endpoint": _import_baidu_qianfan_endpoint,
|
||||
"yandex_gpt": _import_yandex_gpt,
|
||||
"VolcEngineMaasLLM": _import_volcengine_maas(),
|
||||
"VolcEngineMaasLLM": _import_volcengine_maas,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user