Add Grok Support (#2260)

This commit is contained in:
Dev Khant
2025-02-26 13:34:01 +05:30
committed by GitHub
parent a236aa2315
commit e9bc4cdc95
8 changed files with 95 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ class LlmFactory:
"azure_openai_structured": "mem0.llms.azure_openai_structured.AzureOpenAIStructuredLLM",
"gemini": "mem0.llms.gemini.GeminiLLM",
"deepseek": "mem0.llms.deepseek.DeepSeekLLM",
"xai": "mem0.llms.xai.XAILLM",
}
@classmethod