Fix lint issues (#1656)

This commit is contained in:
Dev Khant
2024-08-07 15:08:36 +05:30
committed by GitHub
parent 4af6288adb
commit 296327793c
7 changed files with 6 additions and 9 deletions

View File

@@ -17,7 +17,6 @@ class LlmFactory:
"together": "mem0.llms.together.TogetherLLM",
"aws_bedrock": "mem0.llms.aws_bedrock.AWSBedrockLLM",
"litellm": "mem0.llms.litellm.LiteLLM",
"ollama": "mem0.llms.ollama.OllamaLLM",
"azure_openai": "mem0.llms.azure_openai.AzureOpenAILLM",
}