Skip to content

Commit

Permalink
Fix: (issue langchain-ai#14127) Volc Engine MaaS import error (langch…
Browse files Browse the repository at this point in the history
…ain-ai#14194)

- **Description:** fix Volc Engine MaaS import error
- **Issue:** [the issue # it fixes (if
applicable),](langchain-ai#14127)
  - **Dependencies:** None
  - **Tag maintainer:** @baskaryan 
  - **Twitter handle:**

Co-authored-by: lvzhong <lvzhong@bytedance.com>
  • Loading branch information
2 people authored and aymeric-roucher committed Dec 11, 2023
1 parent ff84650 commit 9b3a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/langchain/llms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

0 comments on commit 9b3a336

Please sign in to comment.