Add support for anthropic (#1819)
This commit is contained in:
@@ -20,6 +20,7 @@ class LlmFactory:
|
||||
"litellm": "mem0.llms.litellm.LiteLLM",
|
||||
"azure_openai": "mem0.llms.azure_openai.AzureOpenAILLM",
|
||||
"openai_structured": "mem0.llms.openai_structured.OpenAIStructuredLLM",
|
||||
"anthropic": "mem0.llms.anthropic.AnthropicLLM"
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user