Fix: (issue #14127) Volc Engine MaaS import error (#14194)

- **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>
pull/14200/head
h3l 7 months ago committed by GitHub
parent 6ae0194dc7
commit 818252b1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save