Implemented Gemini (#1490) (#1965)

This commit is contained in:
Abhay Shukla
2024-10-21 16:23:26 +05:30
committed by GitHub
parent d4ffed9822
commit 078aa66b90
6 changed files with 309 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ class LlmFactory:
"openai_structured": "mem0.llms.openai_structured.OpenAIStructuredLLM",
"anthropic": "mem0.llms.anthropic.AnthropicLLM",
"azure_openai_structured": "mem0.llms.azure_openai_structured.AzureOpenAIStructuredLLM",
"gemini": "mem0.llms.gemini.GeminiLLM",
}
@classmethod