Support Ollama models (#1596)
This commit is contained in:
@@ -17,6 +17,7 @@ class LlmFactory:
|
||||
"together": "mem0.llms.together.TogetherLLM",
|
||||
"aws_bedrock": "mem0.llms.aws_bedrock.AWSBedrockLLM",
|
||||
"litellm": "mem0.llms.litellm.LiteLLM",
|
||||
"ollama": "mem0.llms.ollama.OllamaLLM",
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user