fix multimodal functionality and version bump -> 0.1.62 (#2296)

This commit is contained in:
Dev Khant
2025-03-04 17:51:27 +05:30
committed by GitHub
parent 8b53b1473a
commit f7500c925e
2 changed files with 2 additions and 3 deletions

View File

@@ -62,8 +62,7 @@ def get_image_description(image_url):
{"type": "image_url", "image_url": {"url": image_url}}, {"type": "image_url", "image_url": {"url": image_url}},
], ],
}, },
], ]
max_tokens=100,
) )
return response return response

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "mem0ai" name = "mem0ai"
version = "0.1.61" version = "0.1.62"
description = "Long-term memory for AI Agents" description = "Long-term memory for AI Agents"
authors = ["Mem0 <founders@mem0.ai>"] authors = ["Mem0 <founders@mem0.ai>"]
exclude = [ exclude = [