Skip to content

Commit

Permalink
[Fix] Added missing provider for 'vllm' (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
being-abhi authored Mar 14, 2024
1 parent 3616eaa commit f2122ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedchain/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class LlmFactory:
"mistralai": "embedchain.llm.mistralai.MistralAILlm",
"groq": "embedchain.llm.groq.GroqLlm",
"nvidia": "embedchain.llm.nvidia.NvidiaLlm",
"vllm": "embedchain.llm.vllm.VLLM",
}
provider_to_config_class = {
"embedchain": "embedchain.config.llm.base.BaseLlmConfig",
Expand Down

0 comments on commit f2122ed

Please sign in to comment.