Add Litellm support (#1493)

This commit is contained in:
Dev Khant
2024-07-18 12:19:48 +05:30
committed by GitHub
parent fb5a3bfd95
commit c411dc294e
6 changed files with 899 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "mem0ai"
version = "0.0.5"
version = "0.0.6"
description = "Long-term memory for AI Agents"
authors = ["Deshraj Yadav <deshraj@mem0.ai>", "Taranjeet Singh <taranjeet@mem0.ai>"]
exclude = [
@@ -23,6 +23,7 @@ posthog = "^3.5.0"
groq = "^0.9.0"
together = "^1.2.1"
boto3 = "^1.34.144"
litellm = "^1.41.24"
[tool.poetry.group.test.dependencies]
pytest = "^8.2.2"