DeepSeek Integration (#2173)

This commit is contained in:
Dev Khant
2025-01-23 17:45:03 +05:30
committed by GitHub
parent e1b527b73f
commit 04bbad67ac
9 changed files with 258 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class LlmFactory:
"anthropic": "mem0.llms.anthropic.AnthropicLLM",
"azure_openai_structured": "mem0.llms.azure_openai_structured.AzureOpenAIStructuredLLM",
"gemini": "mem0.llms.gemini.GeminiLLM",
"deepseek": "mem0.llms.deepseek.DeepSeekLLM",
}
@classmethod