mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 10:13:29 +00:00
changed to mlflow-ai-gateway in llms/__init__.py (#8114)
- Description: In the llms/__init__.py, the key name is wrong for mlflowaigateway. It should be mlflow-ai-gateway - Issue: NA - Dependencies: NA - Tag maintainer: @hwchase17, @baskaryan - Twitter handle: na Without this fix, when we run the code for mlflowaigateway, we will get error as below ValueError: Loading mlflow-ai-gateway LLM not supported --------- Co-authored-by: rajib76 <rajib76@yahoo.com> Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
parent
c8c8635dc9
commit
f3908627ed
@ -150,7 +150,7 @@ type_to_cls_dict: Dict[str, Type[BaseLLM]] = {
|
||||
"koboldai": KoboldApiLLM,
|
||||
"llamacpp": LlamaCpp,
|
||||
"textgen": TextGen,
|
||||
"mlflow-gateway": MlflowAIGateway,
|
||||
"mlflow-ai-gateway": MlflowAIGateway,
|
||||
"modal": Modal,
|
||||
"mosaic": MosaicML,
|
||||
"nlpcloud": NLPCloud,
|
||||
|
Loading…
Reference in New Issue
Block a user