Feature/vllm support (#2981)

This commit is contained in:
NiLAy
2025-06-23 13:18:38 +05:30
committed by GitHub
parent 386d8b87ae
commit 89499aedbe
10 changed files with 430 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ class LlmFactory:
"xai": "mem0.llms.xai.XAILLM",
"sarvam": "mem0.llms.sarvam.SarvamLLM",
"lmstudio": "mem0.llms.lmstudio.LMStudioLLM",
"vllm": "mem0.llms.vllm.VllmLLM",
"langchain": "mem0.llms.langchain.LangchainLLM",
}